class Test {

	static function run() : void {
		var a = 42;
		log typeof a;
	}

}
