CMake/Tests/Fortran/mainc.c

6 lines
53 B
C

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