rt_gccstream/gcc/testsuite/gfortran.dg/array_constructor_type_9.f

11 lines
201 B
Fortran

! { dg-do run }
!
! PR fortran/27997
!
! Array constructor with typespec, check for regression
! with fixed form.
!
integer :: a(2), realabc, real_abc2
a = [ realabc, real_abc2 ]
end