class Hello {
	function say() : void {
		log "hello";
	}
}
