sv2v/test/basic/elab_task.sv

7 lines
87 B
Systemverilog

module top;
if (1 == 0)
wire foo;
else
$info("foo");
endmodule