summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2008-12-02-logical-or-fold.c
blob: d54bf287d2e2acb3d0b04d311990b5e275d39b62 (plain)
1
2
3
4
// RUN: clang-cc -emit-llvm -o - %s | grep "store i32 1"
// PR3150

int a() {return 1||1;}
OpenPOWER on IntegriCloud