class Test {
	static function run() : void {
		3 ?: "abc";
	}
}
