verilator/test_regress/t/t_class_virtual_bad.out

6 lines
271 B
Plaintext
Raw Normal View History

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