remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2007-05-16-EmptyStruct.c
blob748aa98351d58156c141b690f8d1c136606edab9
1 // PR 1417
3 // RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}"
5 struct { } *X;