extern "C" void test1();
extern "C" void test2();

class Test3 {
 public:
  void test();
};

class Test4 {
 public:
  void test();
};
