sv2v/test/error/string_packed.sv

5 lines
101 B
Systemverilog

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