summary refs log tree commit diff
path: root/src/test/compile-fail/bad-alt.rs
blob: 0762953569e2fa46956b95449af467676ae94b81 (plain)
1
2
3
4
5
6
// error-pattern: expecting

fn main() {
  let int x = 5;
  alt x;
}