mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
8 lines
346 B
Plaintext
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
|