sv2v/test/error/missing_endmodule_2.sv

5 lines
75 B
Systemverilog

// pattern: missing expected `endmodule`
module foo;
module bar;
endmodule