7 lines
114 B
Fortran

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