mirror of https://github.com/zachjs/sv2v.git
5 lines
91 B
Systemverilog
5 lines
91 B
Systemverilog
|
|
// pattern: unexpected signed applied to string
|
||
|
|
module top;
|
||
|
|
string signed x;
|
||
|
|
endmodule
|