1 // RUN: %clang_cc1 %s -emit-llvm -o - | grep nounwind
2 
bar()3 void bar() { asm (""); }
4