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