Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
ArgumentCountMismatch.glsl
blob: 54aca220dcc861266c0b2f8d4925cda0e827d375 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
6
:
call to
'foo'
expected
1
argument
,
but found
2
float
x
=
foo
(
1
,
2
);
^^^^^^^^^
1
error