• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1### Compilation failed:
2
3error: 1: name 'dmat2' is reserved
4int dmat2, dmat2x2, dmat2x3, dmat2x4;
5    ^^^^^
6error: 1: name 'dmat2x2' is reserved
7int dmat2, dmat2x2, dmat2x3, dmat2x4;
8           ^^^^^^^
9error: 1: name 'dmat2x3' is reserved
10int dmat2, dmat2x2, dmat2x3, dmat2x4;
11                    ^^^^^^^
12error: 1: name 'dmat2x4' is reserved
13int dmat2, dmat2x2, dmat2x3, dmat2x4;
14                             ^^^^^^^
154 errors
16