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