blob: d54bf287d2e2acb3d0b04d311990b5e275d39b62 [file] [log] [blame]
// RUN: clang-cc -emit-llvm -o - %s | grep "store i32 1"
// PR3150
int a() {return 1||1;}