main module bigreturn function bigreturn () returns A : packed array [1..29] of char endfunction declare B : static packed array [1..29] of char enddeclare B := bigreturn () endmodule