Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
errors
/
DivideByZero.sksl
blob: 597765d2d084c27122ab48f19c25813253a6ac68 [
file
] [
log
] [
blame
]
int
a
=
1
/
0
;
float
b
=
1
/
0
;
float
c
=
1.0
/
0.0
;
float
d
=
-
67.0
/
(
3.0
-
3
);