summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/unwind-attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/unwind-attr.c')
-rw-r--r--test/CodeGen/unwind-attr.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/unwind-attr.c b/test/CodeGen/unwind-attr.c
new file mode 100644
index 0000000..b2890c4
--- /dev/null
+++ b/test/CodeGen/unwind-attr.c
@@ -0,0 +1,5 @@
+// RUN: clang-cc -fexceptions -emit-llvm -o - %s | grep "@foo() {" | count 1 &&
+// RUN: clang-cc -emit-llvm -o - %s | grep "@foo() nounwind {" | count 1
+
+int foo(void) {
+}
OpenPOWER on IntegriCloud