export let \u{78} = 10;
x++;
Should be a valid file for us to parse and type-check regardless of the language target; however, in ES3 and ES5, this goes haywire because we only parse extended Unicode escapes in ES2015+.
This is a pre-requisite for #50883.