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