summaryrefslogtreecommitdiff
path: root/Tests/ObjCXX/simple-build-test/foo.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ObjCXX/simple-build-test/foo.mm')
-rw-r--r--Tests/ObjCXX/simple-build-test/foo.mm7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/ObjCXX/simple-build-test/foo.mm b/Tests/ObjCXX/simple-build-test/foo.mm
new file mode 100644
index 000000000..2d452a8e5
--- /dev/null
+++ b/Tests/ObjCXX/simple-build-test/foo.mm
@@ -0,0 +1,7 @@
+#import "foo.h"
+
+@implementation Foo
+
+@synthesize age;
+
+@end