Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
resources
/
sksl
/
errors
/
CallNonFunction.sksl
blob: 0ce09c60222e92840e920ef2a389c015da54e96d [
file
] [
log
] [
blame
]
void
main
()
{
float
x
=
3
;
x
();
}
/*%%*
not a function
*%%*/