2007-12-16-AsmNoUnwind.c 80 Bytes Raw Blame History Permalink 1 2 3 // RUN: %clang_cc1 %s -emit-llvm -o - | grep nounwind void bar() { asm (""); }