/*EXPECTED
1
*/
class Test {

	static function run() : void {
		var t = newTest();
	}
}
