rust/crates/libsyntax2/tests/data/parser/inline/0094_range_pat.rs

4 lines
47 B
Rust
Raw Normal View History

2018-08-08 14:05:33 +02:00
fn main() {
match 92 { 0 ... 100 => () }
}