blob: de078a28dd4885a1a362f7fc14efa377cc2ae39c [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 %s -emit-llvm -o - | grep nounwind
2
3void bar() { asm (""); }