1 #ifndef NUM 2 #define NUM 5566 3 #endif 4 5 #ifdef __cplusplus 6 extern "C" { 7 #endif 8 test_func2()9 int test_func2() { 10 return NUM; 11 } 12 13 #ifdef __cplusplus 14 } 15 #endif 16