Files
CMake/Tests/ObjC/simple-build-test/foo.m
Brad King d2e5e6ff1a Tests: Organize Objective C/C++ test directories
Move them all under `Tests/ObjC` and `Tests/ObjCXX`.
2019-11-14 10:57:42 -05:00

8 lines
61 B
Objective-C

#import "foo.h"
@implementation Foo
@synthesize age;
@end