summaryrefslogtreecommitdiff
path: root/Tests/Fortran/test_use_in_comment_fixedform.f
blob: 39f486bf9b69e81ecfd03e10e91a1f068d59611c (plain)
1
2
3
4
5
6
7
      PROGRAM foo
!     USE bar
!     use bar
!     Use bar

      WRITE(*,*) 'Hello, Fortran world.'
      END PROGRAM