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

4 lines
47 B
Rust
Raw Normal View History

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