export default () => { const x = 'y'; if (true) { return
Anonymous function
; } return null; };