summaryrefslogtreecommitdiff
path: root/Tests/ObjCXX/simple-build-test/foo.mm
blob: 2d452a8e50e26742ae4268691f38e88be19a4a6c (plain)
1
2
3
4
5
6
7
#import "foo.h"

@implementation Foo

@synthesize age;

@end