dyld-733.8.tar.gz
[apple/dyld.git] / testing / test-cases / dlsym-RTLD_NEXT.dtest / foo.c
1
2 void foo() { }
3
4 #if DYN
5 void foo2() {}
6 #endif