Files
sv2v/test/basic/interface_array_output.v
T

5 lines
63 B
Verilog

module top;
wire x = 1;
initial $display(x);
endmodule