mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 15:19:51 -05:00
8 lines
59 B
C
8 lines
59 B
C
|
|
extern void func3(void);
|
|
|
|
void func2(void)
|
|
{
|
|
func3();
|
|
}
|