verilator/test_regress/t/t_implements_new_bad.out
2023-01-28 18:06:37 -05:00

6 lines
245 B
Plaintext

%Error: t/t_implements_new_bad.v:13:11: Illegal to call 'new' using an abstract virtual class (IEEE 1800-2017 8.21)
: ... In instance t
13 | c = new;
| ^~~
%Error: Exiting due to