2007-12-16-AsmNoUnwind.c   [plain text]


// RUN: %clang_cc1 %s -emit-llvm -o - | grep nounwind

void bar() { asm (""); }