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, 0 insertions, 3 deletions
diff --git a/test/FrontendC/2007-12-16-AsmNoUnwind.c b/test/FrontendC/2007-12-16-AsmNoUnwind.c
deleted file mode 100644
index b080e6a..0000000
--- a/test/FrontendC/2007-12-16-AsmNoUnwind.c
+++ /dev/null
@@ -1,3 +0,0 @@
-// RUN: %llvmgcc %s -S -o - | grep nounwind
-
-void bar() { asm (""); }