aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/fortran/2 modules/comment_mod.f90
blob: 917f6be9a0059e7ea1912d3968cfa3d8b5018cab (plain)
1
2
3
4
5
6
module line ! inline comment
implicit none

real :: length

end module line