mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-31 09:44:27 +02:00
6 lines
111 B
Systemverilog
6 lines
111 B
Systemverilog
// pattern: missing expected `endgenerate`
|
|
module top;
|
|
generate
|
|
initial $display("FOO");
|
|
endmodule
|