repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Create FortranCInterface_VERIFY function
[cmake.git]
/
Tests
/
Fortran
/
test_use_in_comment_fixedform.f
blob
39f486bf9b69e81ecfd03e10e91a1f068d59611c
1
PROGRAM
foo
2
!
USE bar
3
!
use bar
4
!
Use bar
5
6
WRITE
(*,*)
'Hello, Fortran world.'
7
END PROGRAM