Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
Ossfuzz27614.glsl
blob: 0bab554878c5f4c5872d763bad012a3956febdff [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
type mismatch
:
'-'
cannot operate on
'float'
,
'int'
void
main
()
{
0.5
-
0
*
~
0
-
half2
(
0
)
+
1
;
}
^^^^^^^^^^^^
1
error