]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/weak-coalesce.dtest/base.h
dyld-733.8.tar.gz
[apple/dyld.git] / testing / test-cases / weak-coalesce.dtest / base.h
1
2
3 extern void baseCheck();
4
5 extern int coal1;
6 extern int coal2;
7
8 extern void baseVerifyCoal1(const char* where, int* addr);
9 extern void baseVerifyCoal2(const char* where, int* addr);