missing_class.sv 90 Bytes
Newer Older
1 2 3 4
// pattern: could not find class "C"
module top;
    initial $display(C#()::X);
endmodule