remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2007-12-16-AsmNoUnwind.c
blobb080e6a511e814c56fa947a3d94d8c91ba0be241
1 // RUN: %llvmgcc %s -S -o - | grep nounwind
3 void bar() { asm (""); }