aboutsummaryrefslogtreecommitdiff
path: root/lib/msan/lit_tests/wrap_indirect_calls/one.cc
blob: ab7bf4125c0a3cdc853b425a9b691d2ff9887d7f (plain) (blame)
1
2
3
int f_other_object(int x, int y) {
  return x * y;
}