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