mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-08 16:19:36 -06:00
10 lines
71 B
C
10 lines
71 B
C
|
|
void circular1(void);
|
|
|
|
int main(void)
|
|
{
|
|
circular1();
|
|
|
|
return 0;
|
|
}
|