1### Compilation failed: 2 3error: 4: variables of type 'void' are not allowed 4void a; 5^^^^^^ 6error: 5: variables of type 'void' are not allowed 7void b = func(); 8^^^^^^^^^^^^^^^ 9error: 11: unknown identifier 'a' 10 case 1: void c = a; 11 ^ 12error: 11: variables of type 'void' are not allowed 13 case 1: void c = a; 14 ^^^^^^^^^^ 154 errors 16