Sign in
skia
/
skia
/
7d19065eefe4597b26752f5c462731239f7fa54f
/
.
/
tests
/
sksl
/
shared
/
Ossfuzz37677.glsl
blob: ac468b20ad3852d01a780e7277a912c44847e73c [
file
] [
log
] [
blame
]
out
vec4 sk_FragColor
;
uniform vec4 colorGreen
;
vec4 main
()
{
int
x
[
1
];
int
y
=
0
;
int
z
=
0
;
x
[
y
=
z
];
return
colorGreen
;
}