mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-27 17:10:43 -06:00
3 lines
60 B
C
3 lines
60 B
C
extern int foo2b(void);
|
|
int foo1b(void) { return foo2b(); }
|