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