1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-23 04:44:05 +08:00

3 lines
49 B
C

extern int foo2();
int bar2() { return foo2(); }