aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/property-11.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/property-11.m')
-rw-r--r--test/SemaObjC/property-11.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/property-11.m b/test/SemaObjC/property-11.m
index e8e60914716d..bb36c2766e75 100644
--- a/test/SemaObjC/property-11.m
+++ b/test/SemaObjC/property-11.m
@@ -29,6 +29,7 @@
o = x.foo;
[x setFoo:o];
x.foo = o;
+ return 0;
}
@end