summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_link_libraries-LINK_LIBRARY/foo.mm
blob: 2d452a8e50e26742ae4268691f38e88be19a4a6c (plain)
1
2
3
4
5
6
7
#import "foo.h"

@implementation Foo

@synthesize age;

@end