]>
git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/dlclose-dylib-terminators/foo.cpp
13 // Create global object which will have its destructor run when
14 // this dylib is unloaded. The destructor will call into libbar,
15 // so libbar.dylib can't be unloaded before this dylib.