remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / implicit-arg.c
blob971245f3badc3b3fa141cfd38175d0fe8eae6972
1 // RUN: %llvmgcc %s -S -emit-llvm -O0 -o -
2 // RUN: %llvmgcc %s -S -emit-llvm -O1 -o -
3 // rdar://6518089
5 static int bar();
6 void foo() {
7 int a = bar();
9 int bar(unsigned a) {