mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 16:46:36 +00:00
6 lines
59 B
C
6 lines
59 B
C
extern int foo1(void);
|
|
int main(void)
|
|
{
|
|
return foo1();
|
|
}
|