1 2 3 4 5 6 7
// xfail-stage0 // error-pattern: Unexpected token 'x' fn main() { let int x = 5; alt x; }