C++程序  |  8行  |  64 B

extern void foo(void);

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