blob: 87c1ff39390cf3c39c159f52d5c7be2e60be2db1 [file] [log] [blame] [edit]
!RUN: %python %S/test_errors.py %s %flang_fc1
subroutine sub(lb)
!ERROR: The lower bounds of the parameter 'const' are not constant
integer, parameter :: const(lb:*) = [0]
end