unplugged-system/external/skia/tests/sksl/runtime_errors/FirstClassArrays.skvm

7 lines
177 B
Plaintext

### Compilation failed:
error: 8: construction of array type 'float[3]' is not supported
void array_ctor() { float[3](1, 2, 3); }
^^^^^^^^^^^^^^^^^
1 error