mirror of https://github.com/zachjs/sv2v.git
7 lines
138 B
Systemverilog
7 lines
138 B
Systemverilog
|
|
// pattern: block_start_4\.sv:4:11: Parse error: unexpected statement token
|
||
|
|
module top;
|
||
|
|
initial begin
|
||
|
|
a , ;
|
||
|
|
end
|
||
|
|
endmodule
|