We should check that existing cast operation has the appropriate opcode before we...
[oota-llvm.git] / test / CFrontend / 2007-12-16-AsmNoUnwind.c
1 // RUN: %llvmgcc %s -S -o - | grep nounwind
2
3 void bar() { asm (""); }