/*EXPECTED
*/
/*JSX_OPTS
--optimize no-assert
*/

class _Main {
	static function main(args : string[]) : void {
		assert true;
	}
}
