]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dlopen-empty-data.dtest/foo.c
dyld-851.27.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