Files

7 lines
138 B
Systemverilog
Raw Permalink Normal View History

2021-07-05 18:00:12 -04:00
// pattern: block_start_4\.sv:4:11: Parse error: unexpected statement token
module top;
initial begin
a , ;
end
endmodule