verilator/test_regress/t/t_class_virtual_bad.out

6 lines
255 B
Plaintext
Raw Normal View History

2020-08-24 00:27:25 +00:00
%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