]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/archive-ObjC/foo.m
acba7a48bb4df70a96e890389900bd8c3791eac0
[apple/ld64.git] / unit-tests / test-cases / archive-ObjC / foo.m
1 #include <Foundation/Foundation.h>
2
3 @interface Foo : NSObject
4 @end
5
6 @implementation Foo
7 @end
8