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