about summary refs log tree commit diff
path: root/src/test/run-pass/alt-pattern-simple.rs
blob: e29cd72ac77a1d0a9bb5537d60d2242ed11ece73 (plain)
1
2
3
4
5
fn altsimple(f: int) { alt f { x { } } }

fn main() { }