extern void three(void);

void two(void)
{
  three();
}
