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