mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
8 lines
327 B
Plaintext
8 lines
327 B
Plaintext
%Error: t/t_enum_bad_dup.v:10:19: Duplicate declaration of enum value: DUP_VALUE
|
|
10 | DUP_VALUE = 3
|
|
| ^~~~~~~~~
|
|
t/t_enum_bad_dup.v:9:19: ... Location of original declaration
|
|
9 | typedef enum { DUP_VALUE = 2,
|
|
| ^~~~~~~~~
|
|
%Error: Exiting due to
|