mirror of https://github.com/zachjs/sv2v.git
5 lines
157 B
Systemverilog
5 lines
157 B
Systemverilog
|
|
// pattern: decl_non_blocking_asgn\.sv:3:13: Parse error: unexpected non-blocking assignment operator in declaration
|
||
|
|
module top;
|
||
|
|
logic x <= 1;
|
||
|
|
endmodule
|