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