]>
git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/upward-dylib/up.c
2451d74e04843e711111a57e3e0676672bb05778
7 // should run second because up.dylib is higher than down.dylib
8 static __attribute__((constructor
)) void myInit1()
10 //fprintf(stderr, "myInit1()\n");