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