Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
runtime_errors
/
Ossfuzz45279.rts
blob: a387ee583428103496c525f7501aa9bbcb158d94 [
file
] [
log
] [
blame
]
void
c
(
int
)
{}
void
b
(
int
i
)
{
c
(
i
)==
c
(
i
);
}
void
a
(
int
)
{
b
(
0
);
}
half4 main
(
float2
)
{
int
i
;
a
(
i
);
return
half4
(
0
);
}
/*%%*
type mismatch: '==' cannot operate on 'void', 'void'
*%%*/