C++程序  |  8行  |  66 B

int main()
{
  extern void crash(void);

  crash();
  return 0;
}