• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1### Compilation failed:
2
3error: 5: type 'void' may not be used in an array
4    void b[2];
5    ^^^^^^^^^
6error: 6: type 'void' may not be used in an array
7    void[2] c;
8    ^^^^^^^
9error: 7: type 'void' may not be used in an array
10    void[2] d[2];
11    ^^^^^^^
12error: 4: type 'void' is not permitted in a struct
13    void a;
14    ^^^^^^
154 errors
16