mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
3 lines
77 B
C
3 lines
77 B
C
extern int bar1_from_bar3(void);
|
|
int bar3(void) { return bar1_from_bar3(); }
|