mirror of
https://github.com/verilator/verilator.git
synced 2025-01-14 18:44:02 +00:00
5 lines
231 B
Plaintext
5 lines
231 B
Plaintext
%Error: t/t_class_extends_rec_bad.v:7:31: Attempting to extend class 'RecursiveExtCls' from itself
|
|
7 | class RecursiveExtCls extends RecursiveExtCls;
|
|
| ^~~~~~~~~~~~~~~
|
|
%Error: Exiting due to
|