mirror of https://github.com/zachjs/sv2v.git
5 lines
109 B
Systemverilog
5 lines
109 B
Systemverilog
|
|
// pattern: var_var\.sv:3:9: Parse error: duplicate var modifier
|
||
|
|
module top;
|
||
|
|
var var x = 1'b1;
|
||
|
|
endmodule
|