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

7 lines
126 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 1: unknown identifier 'foo'
void func() { int x = foo(1); }
^^^
1 error