]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/objc-gc-checks/foo.m
819049d636a1a76b8d66f87989f994ad4bf79f94
[apple/ld64.git] / unit-tests / test-cases / objc-gc-checks / foo.m
1 #include <Foundation/Foundation.h>
2
3 @interface Foo : NSObject {
4 int f;
5 }
6 - (void) doit;
7 @end
8
9
10 @implementation Foo
11 - (void) doit { }
12 @end
13