hanchenye-llvm-project/clang/test/CodeGen/2008-12-02-logical-or-fold.c

5 lines
91 B
C

// RUN: clang-cc -emit-llvm -o - %s | grep "store i32 1"
// PR3150
int a() {return 1||1;}