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