]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/loader_path/main.c
ld64-97.17.tar.gz
[apple/ld64.git] / unit-tests / test-cases / loader_path / main.c
CommitLineData
a61fdf0a
A
1extern void foo();
2
3int main()
4{
5 foo();
6 return 0;
7}
8