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