]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/upward-dylib-init-order/c.c
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / upward-dylib-init-order / c.c
1 #include <stdio.h>
2
3
4
5 static __attribute__((constructor)) void myInit()
6 {
7 //fprintf(stderr, "init c\n");
8 }