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