dyld-655.1.tar.gz
[apple/dyld.git] / unit-tests / test-cases / rpath-loader_path-dlopen / bar.c
1 extern void baz();
2
3 void bar()
4 {
5 baz();
6 }
7
8