brintos

brintos / llvm-project-archived public Read only

0
0
Text · 159 B · d4fd43c Raw
11 lines · plain
1module mm2a2implicit none3private4  public :: get55contains6  function get5() result(ret)7    integer :: ret8    ret = 59    end function get510end module mm2a11