New testcase, distilled from ed-0.2
[oota-llvm.git] / test / CFrontend / 2002-01-24-HandleCallInsnSEGV.c
1 void *dlclose(void*);
2
3 void ap_os_dso_unload(void *handle)
4 {
5     dlclose(handle);
6     return;     /* This return triggers the bug: Wierd */
7 }