]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/restrict-search.dtest/foo.c
dyld-625.13.tar.gz
[apple/dyld.git] / testing / test-cases / restrict-search.dtest / foo.c
1 int foo()
2 {
3 return 10;
4 }
5