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