mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
6 lines
59 B
C
6 lines
59 B
C
extern int bar1(void);
|
|
int main(void)
|
|
{
|
|
return bar1();
|
|
}
|