verilator/test_regress/t/t_foreach_bad.out
2024-03-02 10:15:19 -05:00

8 lines
346 B
Plaintext

%Error: t/t_foreach_bad.v:14:7: Syntax error; foreach missing bracketed loop variable (IEEE 1800-2023 12.7.3)
14 | foreach (array);
| ^~~~~~~
%Error: t/t_foreach_bad.v:18:23: 'foreach' loop variable expects simple variable name
18 | foreach (array[a.b]);
| ^
%Error: Exiting due to