remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2007-02-04-EmptyStruct.c
blob48ad31f7c3fdb7ef1826fefbd32841f75ad1685c
1 // RUN: %llvmgcc %s -O3 -S -o - -emit-llvm
2 // PR1175
4 struct empty { };
6 void foo(struct empty *p) {
7 p++;