cmake/Tests/LinkLanguage/LinkLanguage.c
2009-10-04 10:30:41 +03:00

7 lines
54 B
C

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