]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/objc-gc-checks/foo.m
ld64-236.3.tar.gz
[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