skia2/tests/sksl/errors/ReservedNameAttribute.glsl

7 lines
103 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 1: 'attribute' is a reserved word
int attribute;
^^^^^^^^^
1 error