Sign in
skia
/
skia
/
84895364183b2c633bea69c72ae5ece1065d3ed3
/
.
/
tests
/
sksl
/
errors
/
ReturnMissingValue.glsl
blob: 6facf42b8cd963c6756b0db05d4f2b0985cf8870 [
file
]
### Compilation failed:
error
:
1
:
expected
function
to
return
'int'
int
foo
()
{
return
;
}
^^^^^^^
1
error