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