xref
: /
third_party
/
skia
/
tests
/
sksl
/
shared
/
Ossfuzz37466.glsl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/tests/sksl/shared/
1
2
void main() {
3
float y[2];
4
float _0_v[2] = y;
5
_0_v[0] = _0_v[1];
6
}
7