extern void func1(void);

int main(void)
{
  func1();
}