aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr95585.f90
blob: b0e6cdc5bea23e575db411d3eb49cf5fd9cf4963 (plain)
1
2
3
4
5
6
! { dg-do compile }

program test
  integer, parameter :: a(2) = reshape([1, 2], a) ! { dg-error "before its definition" }
end program