xref
: /
external
/
llvm-project
/
compiler-rt
/
test
/
ubsan
/
TestCases
/
Misc
/
Inputs
/
no-interception-dso.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
dso_function(int i)
1
int
dso_function
(
int
i
) {
2
return
i
+
1
;
3
}
4