mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-05 06:40:26 -06:00
3 lines
57 B
C
3 lines
57 B
C
extern int foo2(void);
|
|
int foo1(void) { return foo2(); }
|