8 lines
86 B
Rust
8 lines
86 B
Rust
// Issue #961
|
|
|
|
fn altsimple() {
|
|
match ~true {
|
|
_ => { }
|
|
}
|
|
}
|
|
fn main() { } |