Files

5 lines
101 B
Systemverilog
Raw Permalink Normal View History

// pattern: unexpected packed range\(s\) applied to string
module top;
string [1:0] x;
endmodule