blob: d54bf287d2e2acb3d0b04d311990b5e275d39b62 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc -emit-llvm -o - %s | grep "store i32 1"
Eli Friedman8de8d1d2008-12-02 16:02:46 +00002// PR3150
3
4int a() {return 1||1;}