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; }