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

10 lines
250 B
GLSL

### Compilation failed:
error: 1: symbol 'r' was already defined
void n() { for(int r,r;;) int s; }
^
error: 1: variable 's' must be created in a scope
void n() { for(int r,r;;) int s; }
^^^^^
2 errors