diff options
Diffstat (limited to 'Tests/ObjCXX/simple-build-test/foo.mm')
-rw-r--r-- | Tests/ObjCXX/simple-build-test/foo.mm | 7 |
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 0000000..2d452a8 --- /dev/null +++ b/Tests/ObjCXX/simple-build-test/foo.mm @@ -0,0 +1,7 @@ +#import "foo.h" + +@implementation Foo + +@synthesize age; + +@end |