remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2009-04-22-UnknownSize.c
blob2b90c91fe22cd9d93d60534b763206e4911f040c
1 // RUN: not %llvmgcc -O1 %s -S |& grep {error: storage size}
2 // PR2958
3 static struct foo s;
4 struct foo *p = &s;