hanchenye-llvm-project/llvm/test/Regression/CFrontend/2002-01-24-HandleCallInsnSE...

8 lines
142 B
C

void *dlclose(void*);
void ap_os_dso_unload(void *handle)
{
dlclose(handle);
return; /* This return triggers the bug: Wierd */
}