2009-10-04 10:30:41 +03:00

7 lines
108 B
Fortran

program main
call call_sub()
#ifdef CALL_MOD
call call_mod()
#endif
end