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