main.F 108 B

123456
  1. program main
  2. call call_sub()
  3. #ifdef CALL_MOD
  4. call call_mod()
  5. #endif
  6. end