mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 15:19:56 -06:00
8 lines
59 B
C
8 lines
59 B
C
|
|
extern int foo(void);
|
|
|
|
int main(void)
|
|
{
|
|
return foo();
|
|
}
|