- // call a dyld function that will internally throw an exception to test dyld slide properly
- NSAddImage("/foo/bar", NSADDIMAGE_OPTION_RETURN_ON_ERROR);
-
+ // call a dyld function that will execute lots of code and bus error dyld was not slid
+ dlsym(RTLD_DEFAULT, "foobar");
+