mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
df3b007d7f
It is now expected to work with VS >= 10 and MSVC >= 13.1.
3 lines
55 B
C
3 lines
55 B
C
extern int foo(void);
|
|
int main(void) { return foo(); }
|