/*EXPECTED
2
*/

class _Main {
	static function main(args : string[]) : void {
		var a = [10, 20];
		log a.length;
	}
}
