#include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
// foo() internally calls bar()
// libfoo.dylib is build flat and prebound to libbar.dylib
// but the bar in this main executable should override the prebound bar
#include "test.h" // PASS(), FAIL(), XPASS(), XFAIL()
// foo() internally calls bar()
// libfoo.dylib is build flat and prebound to libbar.dylib
// but the bar in this main executable should override the prebound bar