7 lines
108 B
FortranFixed
Raw Normal View History

2009-10-04 10:30:41 +03:00
program main
call call_sub()
#ifdef CALL_MOD
call call_mod()
#endif
end