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