blob: ef63e409f4720b423657a6e9ccc0fdfeb91e54d3 [file] [log] [blame]
!RUN: %python %S/test_errors.py %s %flang_fc1
integer values(7)
!ERROR: VALUES= argument to DATE_AND_TIME must have at least 8 elements
call date_and_time(values=values)
end