1 2 3 4 5 6 7 8
program main use MyMod2 ! test inline comment implicit none call showvalues() end program