mirror of https://github.com/zachjs/sv2v.git
6 lines
111 B
Systemverilog
6 lines
111 B
Systemverilog
|
|
// pattern: missing expected `endgenerate`
|
||
|
|
module top;
|
||
|
|
generate
|
||
|
|
initial $display("FOO");
|
||
|
|
endmodule
|