Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
CallNonFunction.rts
blob: 0d4af2cbe65a77199e4514232b620e515e297af0 [
file
] [
log
] [
blame
]
void
func
()
{
float
x
=
3
;
x
();
}
/*%%*
not a function
*%%*/