1
Fork 0
rust/src/test/run-pass/drop-on-empty-block-exit.rs

5 lines
89 B
Rust
Raw Normal View History

tag t { foo(@int); }
fn main() { auto tt = foo(@10); alt (tt) { case (foo(?z)) { } } }