mirror of https://github.com/zachjs/sv2v.git
5 lines
133 B
Systemverilog
5 lines
133 B
Systemverilog
|
|
// pattern: for_loop_init_stray\.sv:3:22: Parse error: expected ',' or ';'
|
||
|
|
module top;
|
||
|
|
initial for (a++ b++; 1; a++) ;
|
||
|
|
endmodule
|