xref: /llvm-project/compiler-rt/test/ubsan/TestCases/Misc/Inputs/no-interception-dso.c (revision 0f43b92980b66b19f03779c5a9b701e377b67e08)

dso_function(int i)1 int dso_function(int i) {
2   return i + 1;
3 }
4