summary refs log tree commit diff
path: root/src/test/run-pass/alt-bot-2.rs
blob: 3183b580fc6e51bbe9ff4c276cd202facfc1570a (plain)
1
2
3
// n.b. This was only ever failing with optimization disabled.
fn a() -> int { alt ret 1 { 2 { 3 } } }
fn main() { a(); }