CMake/Tests/VSNASM/main.c
2017-02-07 13:20:52 -05:00

6 lines
57 B
C

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