Current File : //usr/share/cmake3/Modules/FortranCInterface/main.F
        program main
          call call_sub()
#ifdef CALL_MOD
          call call_mod()
#endif
        end