extern "C" int bar ();

extern "C" void a() {}
extern "C" void b() {}
extern "C" void c() { bar(); }
