convert to filecheck.
[oota-llvm.git] / test / FrontendC / 2007-12-16-AsmNoUnwind.c
1 // RUN: %llvmgcc %s -S -o - | grep nounwind
2
3 void bar() { asm (""); }