CMake/Tests/VSMASM/main.c
Brad King df3b007d7f VS: Add test for MASM support
It is now expected to work with VS >= 10 and MSVC >= 13.1.
2014-08-20 10:19:49 -04:00

3 lines
55 B
C

extern int foo(void);
int main(void) { return foo(); }