1 2 program test.alpha { 3 transition main() -> group { 4 // This should fail - not a valid group element. 5 return 1group; 6 } 7 }