extern "C" { int num = 100; int test(int a){ return 10 + a; } }