mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-28 20:04:10 +00:00
6 lines
59 B
C
6 lines
59 B
C
extern int bar1(void);
|
|
int main(void)
|
|
{
|
|
return bar1();
|
|
}
|