mirror of
https://github.com/verilator/verilator.git
synced 2025-01-10 00:27:35 +00:00
5 lines
188 B
Plaintext
5 lines
188 B
Plaintext
%Error: t/t_enum_recurse_bad2.v:7:14: Self-referential enumerated type definition
|
|
7 | typedef enum foo_t { A = 'b0, B = 'b1 } foo_t;
|
|
| ^~~~~
|
|
%Error: Exiting due to
|