remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2004-06-08-OpaqueStructArg.c
blob5dfdd83c9e2a16cc3853f40e561b7daab56e3a7f
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
3 struct fu;
4 void foo(struct fu);
5 void bar() {
6 foo;