mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 08:40:11 -06:00
7 lines
63 B
C
7 lines
63 B
C
void circular2(void);
|
|
|
|
void circular1(void)
|
|
{
|
|
circular2();
|
|
}
|