Adjust test case for lexical block pruning. Follow-on to r104842 and Radar 7424645.
[oota-llvm.git] / test / FrontendC / 2007-12-16-AsmNoUnwind.c
1 // RUN: %llvmgcc %s -S -o - | grep nounwind
2
3 void bar() { asm (""); }