1 extern "C" void test1(); 2 extern "C" void test2(); 3 4 class Test3 { 5 public: 6 void test(); 7 }; 8 9 class Test4 { 10 public: 11 void test(); 12 }; 13