mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
7 lines
56 B
C
7 lines
56 B
C
extern int b(void);
|
|
|
|
int c(void)
|
|
{
|
|
return b() + 42;
|
|
}
|