Sign in
skia
/
skia
/
e8ab6e172d07e8d0f04e1fdf17f1202a4547359a
/
.
/
resources
/
sksl
/
errors
/
ReturnMissingValue.rts
blob: 42b03f8375acb321ddd78ac29bbd4a23f266d09d [
file
] [
log
] [
blame
]
int
foo
()
{
return
;
}
/*%%*
expected function to return 'int'
*%%*/