repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2011-05-23 Tom de Vries <tom@codesourcery.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
use_1.f90
blob
94d5db283c318974752e420fe194c0dddf9b45a9
1
! { dg-do compile }
2
! { dg-options "-ffixed-form" }
3
module
foo
4
end module
foo
5
6
subroutine
bar1
7
usefoo
8
end
9
! { dg-final { cleanup-modules "iso_fortran_env" } }