blob: c275fee5d09a313b817ff176876c74a6cd6ed801 [file] [log] [blame]
Reid Spencer2967c502007-03-06 17:44:43 +00001// RUN: %llvmgcc -xc %s -c -o %t.o
Chris Lattnerc7e07aa2003-08-18 02:57:31 +00002
3int test(_Bool pos, _Bool color) {
4 return 0;
5 return (pos && color);
6}
7