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