]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dlopen-RTLD_NOW.dtest/bar.c
dyld-750.5.tar.gz
[apple/dyld.git] / testing / test-cases / dlopen-RTLD_NOW.dtest / bar.c
1
2 #ifdef HAS_SYMBOL
3 void bar() { }
4 #endif
5
6