Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
5f625712f622f6e57de17b6f7eec242956b993ee
/
.
/
test
/
CodeGen
/
2002-01-24-HandleCallInsnSEGV.c
blob: 739a841bbdff3c08304817e1769ef8bfae4a6905 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
void
*
dlclose
(
void
*);
void
ap_os_dso_unload
(
void
*
handle
)
{
dlclose
(
handle
);
return
;
/* This return triggers the bug: Weird */
}