2021-02-12 22:07:51 +00:00
|
|
|
### Compilation failed:
|
|
|
|
|
2021-09-16 14:42:24 +00:00
|
|
|
error: 5: type 'void' may not be used in an array
|
2022-04-06 22:24:52 +00:00
|
|
|
void b[2];
|
|
|
|
^^^^^^^^^
|
2021-09-16 14:42:24 +00:00
|
|
|
error: 6: type 'void' may not be used in an array
|
2022-04-06 22:24:52 +00:00
|
|
|
void[2] c;
|
|
|
|
^^^^^^^
|
2021-11-17 14:57:11 +00:00
|
|
|
error: 7: type 'void' may not be used in an array
|
2022-04-06 22:24:52 +00:00
|
|
|
void[2] d[2];
|
|
|
|
^^^^^^^
|
2021-11-17 14:57:29 +00:00
|
|
|
error: 4: type 'void' is not permitted in a struct
|
2022-04-06 22:24:52 +00:00
|
|
|
void a;
|
|
|
|
^^^^^^
|
2021-11-17 14:57:11 +00:00
|
|
|
4 errors
|