react-code-dataset
/
next.js
/turbopack
/crates
/turbopack-ecmascript
/tests
/analyzer
/graph
/issue-77126
/input.js
| const shouldRun = () => false; | |
| export default function run() { | |
| if (shouldRun()) { | |
| var x = true; | |
| } | |
| if (x) { | |
| return 'should not run'; | |
| } | |
| return 'should run'; | |
| } |