Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
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