]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/rpath-executable_path/bar.c
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / rpath-executable_path / bar.c
1 extern void foo();
2
3 void bar()
4 {
5 foo();
6 }
7
8