Make instcombine promote inline asm calls to 'nounwind'
[oota-llvm.git] / test / CFrontend / 2007-12-16-AsmNoUnwind.c
1 // RUN: %llvmgcc %s -S -o - | grep nounwind
2
3 void bar() { asm (""); }