Sign in
llvm
/
llvm-project
/
compiler-rt
/
87678e24e760becc55c46ddd96577db14f207301
/
.
/
test
/
ubsan
/
TestCases
/
Misc
/
Inputs
/
no-interception-dso.c
blob: 5ccc9b63d7c2821394f1fe1fc230fd847b4870f0 [
file
] [
log
] [
blame
]
int
dso_function
(
int
i
)
{
return
i
+
1
;
}