mirror of
https://github.com/verilator/verilator.git
synced 2025-01-13 18:14:17 +00:00
11 lines
389 B
Plaintext
11 lines
389 B
Plaintext
|
%Error: t/t_class_static_order.v:23:4: Unsupported: 'static' class item
|
||
|
23 | static ClsZ z = new;
|
||
|
| ^~~~~~
|
||
|
%Error: t/t_class_static_order.v:34:4: Unsupported: 'static' class item
|
||
|
34 | static ClsA a = new;
|
||
|
| ^~~~~~
|
||
|
%Error: t/t_class_static_order.v:35:4: Unsupported: 'static' class item
|
||
|
35 | static ClsB b = new;
|
||
|
| ^~~~~~
|
||
|
%Error: Exiting due to
|