Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
ReturnDifferentType.rts
blob: 6650cf2906a842a71361f1fe2e93280a769e0dc0 [
file
] [
log
] [
blame
]
int
func
()
{
return
1
;
}
void
func
()
{}
/*%%*
functions 'void func()' and 'int func()' differ only in return type
*%%*/