mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
7 lines
56 B
C
7 lines
56 B
C
extern int a(void);
|
|
|
|
int b(void)
|
|
{
|
|
return a() + 17;
|
|
}
|