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