summaryrefslogtreecommitdiff
path: root/test cases/fortran/8 module names/test.f90
blob: fcfc23f919f8685840fb38895a4d18e834d537c4 (plain)
1
2
3
4
5
6
7
8
program main
use MyMod2  ! test inline comment

implicit none

call showvalues()

end program