mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
7 lines
75 B
C
7 lines
75 B
C
void SevenFunction(void);
|
|
|
|
void EightFunction(void)
|
|
{
|
|
SevenFunction();
|
|
}
|