summary refs log tree commit diff
path: root/src/test/pretty/issue-54752-async-block.rs
blob: 6930ee1a386fe2d311d1f0d4578f02b4b70b795f (plain)
1
2
3
4
5
6
7
#![feature(async_await)]
#![allow(unused_parens)]

// edition:2018
// pp-exact

fn main() { let _a = (async  { }); }