]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/dlopen-sandbox/foo.c
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dlopen-sandbox / foo.c
1
2
3 int foo()
4 {
5 return 42;
6 }
7