blob: 164c1885da11c700d49c9ba6247a946927d842d7 [file] [log] [blame]
//@ run-pass
//@ edition:2018
//@ pp-exact
fn main() { let _a = (async { }); }