blob: c275fee5d09a313b817ff176876c74a6cd6ed801 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// RUN: %llvmgcc -xc %s -c -o %t.o
2
3int test(_Bool pos, _Bool color) {
4 return 0;
5 return (pos && color);
6}
7