rust/tests/data/parser/inline/0094_range_pat.rs
2018-08-08 15:05:33 +03:00

3 lines
47 B
Rust

fn main() {
match 92 { 0 ... 100 => () }
}