Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
resources
/
sksl
/
errors
/
ArgumentModifiers.sksl
blob: 2ae3c416fefc5e2f205c8417e9d4f24beca29cbb [
file
] [
log
] [
blame
]
void
test
(
int
x
);
void
test
(
out
int
x
)
{}
/*%%*
modifiers on parameter 1 differ between declaration and definition
*%%*/