remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2003-08-17-DeadCodeShortCircuit.c
blobc275fee5d09a313b817ff176876c74a6cd6ed801
1 // RUN: %llvmgcc -xc %s -c -o %t.o
3 int test(_Bool pos, _Bool color) {
4 return 0;
5 return (pos && color);