remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2002-07-14-MiscTests2.c
blobf2c7c81c4daa217c9e7eba3b001b37b80d250264
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
4 // Test ?: in function calls
5 extern fp(int, char*);
6 char *Ext;
7 void
8 __bb_exit_func (void)
10 fp (12, Ext ? Ext : "<none>");