mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
8 lines
51 B
C
8 lines
51 B
C
|
|
extern void func2();
|
|
|
|
void func1()
|
|
{
|
|
func2();
|
|
}
|