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