mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-31 05:14:18 +00:00
6 lines
59 B
C
6 lines
59 B
C
extern int foo2(void);
|
|
int bar2(void)
|
|
{
|
|
return foo2();
|
|
}
|