android13/external/skia/tests/sksl/shared/Ossfuzz37466.glsl

7 lines
79 B
GLSL

void main() {
float y[2];
float _0_v[2] = y;
_0_v[0] = _0_v[1];
}