verilator/test_regress/t/t_foreach_bad.out
2021-12-12 20:43:15 -05:00

5 lines
189 B
Plaintext

%Error: t/t_foreach_bad.v:14:7: Syntax error; foreach missing bracketed loop variable (IEEE 1800-2017 12.7.3)
14 | foreach (array);
| ^~~~~~~
%Error: Exiting due to