• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 extern int call_through_indirect(int);
2 
3 int
fake_call_through_reexport(int value)4 fake_call_through_reexport(int value)
5 {
6   return value + 10;
7 }
8