facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
unconditional-break-label.js
function foo(a) { let x = 0; bar: { x = 1; break bar; } return a + x; }