Sign in
ara-mdk
/
platform
/
external
/
llvm
/
fc643c5e88c596f217750dd91fcc66488dfed73d
/
.
/
test
/
CFrontend
/
2002-01-24-HandleCallInsnSEGV.c
blob: 09029fb945ef00c29fba1c9710933a0445513a50 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
void
*
dlclose
(
void
*);
void
ap_os_dso_unload
(
void
*
handle
)
{
dlclose
(
handle
);
return
;
/* This return triggers the bug: Weird */
}