module mulexp
	export	a,b,c,d,e,f
	declare
		a,b,c,d,e,f : static integer
	enddeclare
endmodule