unplugged-system/external/skia/tests/sksl/errors/EmptyStruct.glsl

7 lines
113 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 1: struct 'S' must contain at least one field
struct S { };
^^^^^^^^^^^^
1 error