mirror of https://github.com/zachjs/sv2v.git
5 lines
140 B
Systemverilog
5 lines
140 B
Systemverilog
|
|
// pattern: decl_const_var_uninit\.sv:3:16: Parse error: const declaration is missing initialization
|
||
|
|
module top;
|
||
|
|
const var x;
|
||
|
|
endmodule
|