mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
8 lines
51 B
C
8 lines
51 B
C
|
|
extern void func3();
|
|
|
|
void func2()
|
|
{
|
|
func3();
|
|
}
|