aboutsummaryrefslogtreecommitdiff
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 7b34ae207e..459176cdf7 100644
--- a/test/CodeGen/unwind-attr.c
+++ b/test/CodeGen/unwind-attr.c
@@ -13,4 +13,5 @@ int test0(void) {
// CHECK: define [[INT:i.*]] @test1() nounwind {
// CHECK-NOEXC: define [[INT:i.*]] @test1() nounwind {
int test1(void) {
+ return 0;
}