]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dlopen-fail-cleanly.dtest/a.c
dyld-733.8.tar.gz
[apple/dyld.git] / testing / test-cases / dlopen-fail-cleanly.dtest / a.c
1 int a()
2 {
3 return 10;
4 }
5