2022-07-21 12:20:28 +02:00

7 lines
68 B
Systemverilog

module a;
initial begin
if (3 == 0) begin
end
end
endmodule