CMake/Tests/FortranModules/test_use_in_comment_fixedform.f
Brad King eb8cd35684 Tests: Split Fortran module testing into separate FortranModules test
The main Fortran test is not granular enough.  Split some into another
test.
2016-09-22 14:52:01 -04:00

8 lines
120 B
Fortran

PROGRAM foo
! USE bar
! use bar
! Use bar
WRITE(*,*) 'Hello, Fortran world.'
END PROGRAM