Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
class_49.f90
blob: 0c0b2b8019fbbdae1b7a9fdffb658f166d4fbaa0 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
!
PR fortran
/
52029
!
elemental subroutine foo
()
type t
end
type t
class
(
t
),
allocatable
::
x
if
(
allocated
(
x
))
i
=
5
end