verilator/test_regress/t/t_foreach_bad.out
2020-06-09 22:05:06 -04:00

8 lines
361 B
Plaintext

%Error: t/t_foreach_bad.v:14:7: Syntax error; foreach missing bracketed index variable (IEEE 1800-2017 12.7.3)
14 | foreach (array);
| ^~~~~~~
%Error-UNSUPPORTED: t/t_foreach_bad.v:16:21: Unsupported: foreach on non-simple variable reference
16 | foreach (array.array[a]);
| ^
%Error: Exiting due to