]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dlopen-RTLD_NOW.dtest/foo.c
dyld-750.5.tar.gz
[apple/dyld.git] / testing / test-cases / dlopen-RTLD_NOW.dtest / foo.c
1
2 extern void bar();
3
4 void foo()
5 {
6 bar();
7 }
8
9
10