facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
while-break.js
function foo(a, b) { while (a) { break; } return b; }