dyld-733.6.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dlopen-executable / foo.c
1 int foo()
2 {
3 return 10;
4 }
5
6 int main()
7 {
8 return 0;
9 }
10