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

7 lines
87 B
C

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