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

7 lines
126 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 6: expected 'float', but found 'bool'
float x = foo(true);
^^^^
1 error