This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
2740db5ede
CMake
/
Tests
/
Fortran
/
test_use_in_comment_fixedfo...
8 lines
120 B
FortranFixed
Raw
Normal View
History
Unescape
Escape
ENH: Added test for 'use' keyword in a comment. Patch from Maik Beckmann. See bug#5809.
2007-10-10 17:09:09 +04:00
PROGRAM
foo
BUG: Fix Fortran test to use more portable comment syntax in fixed format source.
2008-03-28 21:04:52 +03:00
! USE bar
! use bar
! Use bar
ENH: Added test for 'use' keyword in a comment. Patch from Maik Beckmann. See bug#5809.
2007-10-10 17:09:09 +04:00
WRITE
(
*
,
*
)
'Hello, Fortran world.'
END
PROGRAM