]> git.saurik.com Git - apple/ld64.git/blob - FireOpal/unit-tests/test-cases/objc-exported_symbols_list/foo.m
d39c8f733fc67f622e14ae985e58bfdcd71fbc30
[apple/ld64.git] / FireOpal / unit-tests / test-cases / objc-exported_symbols_list / foo.m
1 #include <Foundation/Foundation.h>
2
3 @interface Foo : NSObject
4 @end
5
6 @implementation Foo
7 @end
8
9
10
11 @interface Bar : NSObject
12 @end
13
14 @implementation Bar
15 @end
16
17
18