aboutsummaryrefslogblamecommitdiff
path: root/test/elf_parser/test.cc
blob: 7cc71dd4b2e4085fd88784a048295e0ed81391cc (plain) (tree)
1
2
3
4
5
6
7






                                       
extern "C" int exported_func_c(int x) {
  return x + 1;
}

int exported_func_cpp(int x) {
  return x + 1;
}