// Issue #961 fn altsimple() { alt ~true { _ => { } } } fn main() { }