forked from OSchip/llvm-project
parent
7a993b7aad
commit
fe65f947dd
|
@ -0,0 +1,7 @@
|
|||
// RUN: llvmgcc -xc %s -c
|
||||
|
||||
int test(_Bool pos, _Bool color) {
|
||||
return 0;
|
||||
return (pos && color);
|
||||
}
|
||||
|
Loading…
Reference in New Issue