]> git.saurik.com Git - apple/dyld.git/blame - unit-tests/test-cases/dlclose-order/base.c
dyld-360.22.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dlclose-order / base.c
CommitLineData
19894a12
A
1#include "base.h"
2
3bool barInitied = false;
4bool barTeminated = false;
5
6bool bazInitied = false;
7bool bazTeminated = false;
8