module top; reg reg_array [1:0]; integer integer_array [1:0]; initial #1; endmodule