blob: 751bab5dd4469ebe0888291a36213f4e94bc22cc [file] [log] [blame] [edit]
void circular1(void);
void circular2(void)
{
circular1();
}