extern void func(void);

int main(void)
{
  func();

  return 0;
}