main() { a mut = switch 1 { case 2: 2 case 1: 1 default: 20; 20 }; c mut = ({2 + 2; 4 + 4}); }