main module testbyte declare my_array is array [1..3] of 8 bit integer A : my_array B : static my_array enddeclare A [1] := 5 B := A endmodule