mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
10 lines
488 B
Plaintext
10 lines
488 B
Plaintext
%Error: t/t_assoc_nokey_bad.v:12:28: Missing pattern key (need an expression then a ':')
|
|
: ... note: In instance 't'
|
|
12 | int dict[string] = '{1, 2};
|
|
| ^
|
|
%Error: t/t_assoc_nokey_bad.v:12:31: Missing pattern key (need an expression then a ':')
|
|
: ... note: In instance 't'
|
|
12 | int dict[string] = '{1, 2};
|
|
| ^
|
|
%Error: Exiting due to
|