7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
module a;
|
|
initial begin
|
|
if (3 == 0) begin
|
|
end
|
|
end
|
|
endmodule
|