// JSX as a sub-expression and the JS<->JSX token-stream round-trip. Exercises
// the lexer-mode resumption after JSX (post-self-close `advance()` returns to
// standard JS mode), plus deep nesting that drives the jsxDepth_ mode-switch.
var a =;
var b = cond ? :;
var c = ;
var d =;
var e =;
var f =;
var g = + 1;
var h =;
var i =;
var j =;
var k =;
var l = <><><x/></></>;