mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-23 04:44:05 +08:00
3 lines
57 B
C
3 lines
57 B
C
extern int bar3(void);
|
|
int bar2(void) { return bar3(); }
|