blob: ddbc2be651d904c23240902fa9591e93222e1831 [file] [log] [blame]
// compile-flags:--test -Z unstable-options
// edition:2018
/// ```rust
/// fn main() {
/// let _ = async { };
/// }
/// ```
fn main() {
let _ = async { };
}