verilator/test_regress/t/t_class_virtual_bad.out

6 lines
263 B
Plaintext
Raw Normal View History

2020-08-24 02:27:25 +02:00
%Error: t/t_class_virtual_bad.v:12:17: Illegal to call 'new' using an abstract virtual class (IEEE 1800-2017 8.21)
: ... note: In instance 't'
2020-08-24 02:27:25 +02:00
12 | VBase b = new;
| ^~~
%Error: Exiting due to