Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
tests
/
sksl
/
errors
/
Ossfuzz37465.glsl
blob: d34bcbb089574ec356fe6cab2c5358e61d5f06ba [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
function
'f'
can
exit
without returning a value
float
f
(
const
float
x
)
{
5
+
x
;
}
^^^^^^^^
1
error