mirror of
https://github.com/reactos/CMake.git
synced 2025-01-22 11:24:56 +00:00
6 lines
59 B
C
6 lines
59 B
C
extern int bar1(void);
|
|
int main(void)
|
|
{
|
|
return bar1();
|
|
}
|