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