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