summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2497-if-let-chains/ast-pretty-check.rs
blob: 69bc189dd3579cd795fe0730b7cfb283826ce4f3 (plain)
1
2
3
4
5
6
// check-pass
// compile-flags: -Z unpretty=expanded

fn main() {
    if let 0 = 1 {}
}