llvm-project/compiler-rt/test/msan/wrap_indirect_calls/one.cc

4 lines
53 B
C++

int f_other_object(int x, int y) {
return x * y;
}