mirror of
https://github.com/reactos/CMake.git
synced 2025-04-01 06:41:33 +00:00
6 lines
57 B
C
6 lines
57 B
C
extern int foo(void);
|
|
int main(void)
|
|
{
|
|
return foo();
|
|
}
|