``` TypeScript while (true) { function f() { break; } } ``` Expected: Jump target cannot cross function boundary. Actual: no error