]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/symbol-resolver-basic.dtest/foo.c
0ff5b93f38813a2d3cd32fea15efe24d892f32f7
15 // This foo is a "resolver" function that return the actual address of "foo"
18 __asm__(".symbol_resolver _foo"); // magic until we have compiler support
19 if ( getenv("TEN") != NULL
)