xref: /llvm-project/clang/test/CodeGen/2007-12-16-AsmNoUnwind.c (revision 1ea584377e7897f7df5302ed9cd378d17be14fbf)
1 // RUN: %clang_cc1 %s -emit-llvm -o - | grep nounwind
2 
bar(void)3 void bar(void) { asm (""); }
4