]>
git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/upward-dylib-init-order/common.c
c7038356e49db97ec25e096d799cfe441cc68f65
6 static bool isOk
= true;
23 // setB() was called, then setU()
26 //fprintf(stderr, "isOk=%d, u=%d, b=%d\n", isOk, u, b);
27 return isOk
&& u
&& b
;