Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
31f841bc4853f086d4d537848623c4f8d10366e6
/
.
/
test
/
CFrontend
/
2002-01-24-HandleCallInsnSEGV.c
blob: 5ae9d6349485ff8591d900889892d8df8b271a71 [
file
] [
log
] [
blame
]
void
*
dlclose
(
void
*);
void
ap_os_dso_unload
(
void
*
handle
)
{
dlclose
(
handle
);
return
;
/* This return triggers the bug: Wierd */
}