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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr96099_1.f90
blob
9754bd39dfc7126808aaaf11413c62510f68c215
1
! { dg-do compile }
2
3
program
pr96099_1
4
implicit
class
(
t
) (
1
)
! { dg-error "Syntax error in IMPLICIT" }
5
type
t
6
end type
7
end
8