class Test {
	static function run() : void {
		var a : variant = 0;
		1 += 1;
	}
}
