llvm-project/compiler-rt/test/ubsan/TestCases/Misc/Inputs/no-interception-dso.c

4 lines
44 B
C

int dso_function(int i) {
return i + 1;
}