dyld-733.8.tar.gz
[apple/dyld.git] / testing / test-cases / dlopen-empty-data.dtest / foo.c
1
2 int dummy;
3
4 int foo()
5 {
6 return 10;
7 }
8