Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
GenericArgumentMismatch.glsl
blob: f357990a0f26a89477f3990c1a83bc98cf0e895d [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
no
match
for
sin
(
int
,
int
)
void
sin_int_int
()
{
float
x
=
sin
(
1
,
2
);
}
^^^^^^^^^
error
:
2
:
no
match
for
sin
(
bool
)
void
sin_bool
()
{
float
x
=
sin
(
true
);
}
^^^^^^^^^
2
errors