/*EXPECTED
1
*/
class _Main {
	static function main(args : string[]) : void {
		var i : int = 1.5;
		log i;
	}
}
