Sign in
llvm
/
llvm-test-suite
/
refs/tags/llvmorg-19.1.2
/
.
/
Fortran
/
gfortran
/
regression
/
pr107397.f90
blob: fd59bf1600701edb2efaec4545fc63603f095403 [
file
] [
log
] [
blame
]
!{
dg
-
do
compile
}
!
program p
type t
real
::
a
=
1.0
end
type
type
(
t
),
parameter
::
x
=
z
'1'
!
{
dg
-
error
"incompatible with a BOZ"
}
x
%
a
=
x
%
a
+
2
!
{
dg
-
error
"has no IMPLICIT type"
}
end