mirror of https://github.com/zachjs/sv2v.git
5 lines
127 B
Systemverilog
5 lines
127 B
Systemverilog
|
|
// pattern: decl_ranged_implicit\.sv:3:5: Parse error: declaration missing type information
|
||
|
|
module top;
|
||
|
|
[1:0] x;
|
||
|
|
endmodule
|