mirror of https://github.com/zachjs/sv2v.git
5 lines
101 B
Systemverilog
5 lines
101 B
Systemverilog
|
|
// pattern: unexpected packed range\(s\) applied to string
|
||
|
|
module top;
|
||
|
|
string [1:0] x;
|
||
|
|
endmodule
|