interface_struct_label.v 61 Bytes
Newer Older
1 2 3
module top;
    initial $display("%0d %0d", 1, 1);
endmodule