C++程序  |  6行  |  69 B

template <class T> void bar() {
  if (true) {}
}
void a();
void b();