]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/lto-archive-objc/bar.m
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / lto-archive-objc / bar.m
1
2 #include <Foundation/Foundation.h>
3
4 @interface Bar : NSObject
5 @end
6
7 @implementation Bar
8 @end
9