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