mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
8 lines
59 B
C
8 lines
59 B
C
|
|
extern int foo(void);
|
|
|
|
int main(void)
|
|
{
|
|
return foo();
|
|
}
|