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