dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / test-cases / dlopen-atpath-restricted.dtest / foo.c
1 int foo()
2 {
3 return 10;
4 }
5