dyld-733.6.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