class Test {
	static function run() : void {
		var a = new Test();
		var b : int = a;
	}
}
