mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
7 lines
58 B
C
7 lines
58 B
C
extern int b2(void);
|
|
|
|
int c2(void)
|
|
{
|
|
return b2() + 1;
|
|
}
|