mirror of https://github.com/zachjs/sv2v.git
5 lines
126 B
Systemverilog
5 lines
126 B
Systemverilog
|
|
// pattern: const_const\.sv:3:11: Parse error: duplicate const modifier
|
||
|
|
module top;
|
||
|
|
const const logic x = 1'b1;
|
||
|
|
endmodule
|