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

7 lines
109 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 1: expected ')', but found 'x'
void func(void x) {}
^
1 error