]> git.saurik.com Git - apple/dyld.git/blame - unit-tests/test-cases/rpath-DYLD_ROOT_PATH/foo.c
dyld-353.2.1.tar.gz
[apple/dyld.git] / unit-tests / test-cases / rpath-DYLD_ROOT_PATH / foo.c
CommitLineData
39a8cd10
A
1int foo()
2{
3 return 1;
4}