async def foobar ( ) : <EOL>
<INDENT>
pass <EOL>
<OUTDENT>
async def barfoo ( ) : <EOL>
await foobar ( ) <EOL>