]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dlsym-RTLD_MAIN_ONLY.dtest/foo.c
dyld-625.13.tar.gz
[apple/dyld.git] / testing / test-cases / dlsym-RTLD_MAIN_ONLY.dtest / foo.c
1
2 void foo() { }
3
4 #if DYN
5 void foo2() {}
6 #endif