sv2v/test/core/interface_array_output.v

5 lines
63 B
Verilog
Raw Normal View History

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