blob: 16ebee6d76bff086d8e7772eb68f1f752c523ef8 [file] [log] [blame]
void circular1(void);
int main(void)
{
circular1();
return 0;
}