blob: 1af3fb3ad99f11353571c87ae3e86db717716191 [file] [log] [blame]
### Compilation failed:
error: 4: variables of type 'void' are not allowed
void a;
^^^^^^
error: 5: variables of type 'void' are not allowed
void b = func();
^^^^^^^^^^^^^^^
error: 11: unknown identifier 'a'
case 1: void c = a;
^
error: 11: variables of type 'void' are not allowed
case 1: void c = a;
^^^^^^^^^^
4 errors