forked from OSchip/llvm-project
5 lines
88 B
C
5 lines
88 B
C
|
// RUN: clang -emit-llvm -o - %s | grep "store i32 1"
|
||
|
// PR3150
|
||
|
|
||
|
int a() {return 1||1;}
|