cmake/Tests/VSNASM/main.c
2017-07-20 19:35:53 +02:00

6 lines
57 B
C

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