freebsd-skq/test/CodeGen/2008-12-02-logical-or-fold.c

5 lines
93 B
C
Raw Normal View History

2010-01-01 10:34:51 +00:00
// RUN: %clang_cc1 -emit-llvm -o - %s | grep "store i32 1"
2009-06-02 17:58:47 +00:00
// PR3150
int a() {return 1||1;}