mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +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(); }
|