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