Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
Ossfuzz27663.sksl
blob: b07dc875f915dc8d699844abd27632628f55307b [
file
] [
log
] [
blame
]
void
main
()
{
sk_FragColor
=
float4
(
1
)
/
-
-
half4
(
0
);
}
/*%%*
division by zero
type mismatch: '=' cannot operate on 'half4', 'float4'
*%%*/