forked from github/verilator
6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
|
%Error: t/t_class_virtual_bad.v:12:17: Illegal to call 'new' using an abstract virtual class (IEEE 1800-2017 8.21)
|
||
|
: ... In instance t
|
||
|
12 | VBase b = new;
|
||
|
| ^~~
|
||
|
%Error: Exiting due to
|