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