object BlockTypes {
	section module {
 
	}
	section data {
		int rax = 0
	}
	section code {
	function PROC_UNIT_INIT:
		ret
	}
}