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