]> git.saurik.com Git - apple/ld64.git/blame - 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
a61fdf0a 1
2f2f92e4 2@interface Foo {
a61fdf0a
A
3 int f;
4}
5- (void) doit;
6@end
7
2f2f92e4 8
a61fdf0a 9@implementation Foo
2f2f92e4 10- (void) doit { }
a61fdf0a
A
11@end
12