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