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
2014-07-12 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
contains_empty_2.f03
blob
b530d89d7042ad66012f3c4ff36c5533340266ad
1
! { dg-do compile }
2
! { dg-options "-std=f2008 -pedantic" }
3
4
program test
5
print *, 'hello there'
6
contains
7
end program test
8
9
module truc
10
integer, parameter :: answer = 42
11
contains
12
end module truc