]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/lto-unexport-sym/a.c
ld64-302.3.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / lto-unexport-sym / a.c
1 void foo();
2 void bar() {
3 foo();
4 }
5
6 int main() {
7 }