sv2v/test/error/missing_class.sv

5 lines
90 B
Systemverilog

// pattern: could not find class "C"
module top;
initial $display(C#()::X);
endmodule