remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2003-08-23-LocalUnionTest.c
blob987accca1cc1e54d87eeb33804aba3c1be397be9
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
5 union foo { int X; };
7 int test(union foo* F) {
9 union foo { float X; } A;