mirror of https://github.com/zachjs/sv2v.git
7 lines
138 B
Systemverilog
7 lines
138 B
Systemverilog
|
|
// pattern: block_start_1\.sv:4:9: Parse error: expected primary token or type
|
||
|
|
module top;
|
||
|
|
initial begin
|
||
|
|
,;
|
||
|
|
end
|
||
|
|
endmodule
|