mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
6e5e7968c3
Fixes: #24504, #25954
7 lines
63 B
C
7 lines
63 B
C
void circular2(void);
|
|
|
|
void circular1(void)
|
|
{
|
|
circular2();
|
|
}
|