]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/lto-objc-archive/bar.m
ld64-97.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / lto-objc-archive / bar.m
CommitLineData
fb24a050
A
1#include "bar.h"
2
3@implementation Bar
4- (void) test {
5 bar2();
6}
7@end