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: 5: global variable initializer must be a constant expression
10void b = func();
11 ^^^^^^
123 errors
13