/*EXPECTED
1
*/

class _Main {
	static var n : int = 1.3;
	static function main(args : string[]) : void {
		log _Main.n;
	}
}
