remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2002-10-12-TooManyArguments.c
blob73c267ad30dd2061797c7d6d26df186987c021f4
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
4 void foo() {}
6 void bar() {
7 foo(1, 2, 3); /* Too many arguments passed */