module exp2 export y declare x : static integer y is array [1..10] of integer enddeclare procedure z() endprocedure endmodule