rust/tests/ui/rfcs/rfc-2497-if-let-chains/ast-pretty-check.rs

7 lines
90 B
Rust

//@ check-pass
//@ compile-flags: -Z unpretty=expanded
fn main() {
if let 0 = 1 {}
}