sv2v/test/error/string_signed.sv

5 lines
91 B
Systemverilog

// pattern: unexpected signed applied to string
module top;
string signed x;
endmodule