11 * Test that an error set by dlopen() persists past a successful
14 handle
= dlopen("libnonexistent.so", RTLD_LAZY
);
15 handle
= dlopen("libm.so", RTLD_LAZY
);
18 errx(1, "Failed: dlerror() was cleared by successful dlopen()\n");
19 printf("OK: %s\n", error
);