```js const f = g(); function g() { return 1; } ``` Throws reference error in source, but should work according to ES6.