1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-19 23:29:20 +00:00
llvm-6502/test/CFrontend/2002-01-24-HandleCallInsnSEGV.c

8 lines
142 B
C
Raw Normal View History

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