export default function * () { var x = yield 5; return 5; }