remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2009-07-17-VoidParameter.c
blobd5769524386cb847fb88f1cfdfd58e04395ce37f
1 // RUN: %llvmgcc -S %s -o -
2 // PR4214
3 typedef void vt;
4 void (*func_ptr)(vt my_vt);