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