]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/lto-archive-objc/baz.m
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / lto-archive-objc / baz.m
1 #include <Foundation/Foundation.h>
2
3 @interface NSObject(MyCategory)
4 - (void) doit;
5 @end
6
7 @implementation NSObject(MyCategory)
8 - (void) doit
9 {
10 }
11 @end