diff options
Diffstat (limited to 'Tests/Objective-C/simple-build-test/foo.m')
-rw-r--r-- | Tests/Objective-C/simple-build-test/foo.m | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/Objective-C/simple-build-test/foo.m b/Tests/Objective-C/simple-build-test/foo.m new file mode 100644 index 0000000..2d452a8 --- /dev/null +++ b/Tests/Objective-C/simple-build-test/foo.m @@ -0,0 +1,7 @@ +#import "foo.h" + +@implementation Foo + +@synthesize age; + +@end |