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

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