]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/objc-gc-checks/foo.m
ld64-224.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / objc-gc-checks / foo.m
1
2 @interface Foo {
3 int f;
4 }
5 - (void) doit;
6 @end
7
8
9 @implementation Foo
10 - (void) doit { }
11 @end
12