Searched refs:test3 (Results 1 – 1 of 1) sorted by relevance
141 void *test3 = dlsymfn (handle, "test"); in test() local142 if (test3 == NULL) in test()147 else if (test3 != (void *) test2) in test()149 fprintf (out, "test2 %p != test3 %p\n", test2, test3); in test()
Completed in 5 milliseconds