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