C++程序  |  8行  |  68 B

extern void print(void);

int main(void)
{
  print();
  return 0;
}