Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
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