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

6 lines
53 B
C

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