blob: cda53bff07a1b0fc8e5d226c989659283d4e6bf7 [file] [log] [blame]
// edition:2018
// check-pass
/// Should compile fine
pub async fn a() -> u32 {
error::_in::async_fn()
}