blob: 938ea9ff2b42b7c18c3505920bdd302dd249de84 [file] [log] [blame]
// RUN: llvmgcc -xc %s -c
int test(_Bool pos, _Bool color) {
return 0;
return (pos && color);
}