Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
array_constructor_type_8.f03
blob: 9be467def6778a2a9e59a78c7124e910bf002533 [
file
] [
log
] [
blame
]
!
{
dg
-
do
run
}
!
!
PR fortran
/
27997
!
!
Array
constructor
with
typespec
,
check
for
regression
!
program test
implicit
none
type
::
real_info
integer
::
kind
end
type real_info
type
(
real_info
)
::
real_infos
(
1
)
=
(
/ real_info (4) /
)
end
program test