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