]> git.proxmox.com Git - rustc.git/blob - src/test/pretty/issue-54752-async-block.rs
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / pretty / issue-54752-async-block.rs
1 #![feature(async_await)]
2 #![allow(unused_parens)]
3
4 // edition:2018
5 // pp-exact
6
7 fn main() { let _a = (async { }); }