class Test {
	static function run() : void {
		"4" - 3;
	}
}
