/ tests / tests / parser-expression / expression / async_block.adl
async_block.adl
1  
2  async {}
3  
4  async { let x = 0; }
5  
6  async { let x = 0; let y = foo(); }