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