• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1### Compilation failed:
2
3error: 8: construction of array type 'float[3]' is not supported
4void array_ctor() { float[3](1, 2, 3); }
5                    ^^^^^^^^^^^^^^^^^
61 error
7