summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2007-12-16-AsmNoUnwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2007-12-16-AsmNoUnwind.c')
-rw-r--r--test/FrontendC/2007-12-16-AsmNoUnwind.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/FrontendC/2007-12-16-AsmNoUnwind.c b/test/FrontendC/2007-12-16-AsmNoUnwind.c
new file mode 100644
index 0000000..b080e6a
--- /dev/null
+++ b/test/FrontendC/2007-12-16-AsmNoUnwind.c
@@ -0,0 +1,3 @@
+// RUN: %llvmgcc %s -S -o - | grep nounwind
+
+void bar() { asm (""); }