summaryrefslogtreecommitdiff
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/unwind-attr.c b/test/CodeGen/unwind-attr.c
index 4954a0b59c..86036f94b9 100644
--- a/test/CodeGen/unwind-attr.c
+++ b/test/CodeGen/unwind-attr.c
@@ -2,4 +2,5 @@
// RUN: clang-cc -emit-llvm -o - %s | grep "@foo()" | grep nounwind
int foo(void) {
+ return 0;
}