1 ! RUN: %S/test_errors.sh %s %t %flang_fc1
3 ! Ensure that evaluating a very large array constructor does not crash the
6 integer, parameter :: limit
= 30
7 !ERROR: Must be a constant value
8 integer(foo
),parameter :: jval4(limit
,limit
,limit
) = &
9 !ERROR: Must be a constant value
21 !ERROR: Must be a constant value