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


// RUN: %llvmgcc %s -S -o - | grep nounwind

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