]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dyld_usage_json.dtest/target.c
4 #include "test_support.h"
5 int main(int argc
, const char* argv
[])
7 void* handle
= dlopen(RUN_DIR
"/libfoo.dylib", RTLD_NOW
);
8 void *foo
= dlsym(handle
, "foo");