]> git.saurik.com Git - apple/ld64.git/blame - ld64-134.9/unit-tests/test-cases/archive-r-ObjC/cat.m
ld64-134.9.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / archive-r-ObjC / cat.m
CommitLineData
b1f7435d
A
1#include <Foundation/Foundation.h>
2
3@interface NSObject(Cat)
4@end
5
6@implementation NSObject(Cat)
7@end
8
9@interface NSObject(Dog)
10@end
11
12@implementation NSObject(Dog)
13@end
14
15void mycatfunc() {}
16