/*EXPECTED
true
*/

class _Main {
	static function main(args : string[]) : void {
		log 1 as boolean as string;
	}
}
