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