Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2b51a0806db1a717090cb2a2afc3e9634d536f09
/
.
/
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 */
}