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