dyld-519.2.1.tar.gz
[apple/dyld.git] / testing / test-cases / dlsym-re-export.dtest / foo.c
1 int foo()
2 {
3 return 10;
4 }
5