string_packed.sv 101 Bytes
Newer Older
1 2 3 4
// pattern: unexpected packed range\(s\) applied to string
module top;
    string [1:0] x;
endmodule