Sign in
◑
Theme
skia
/
skia
/
bb5fbf9d5a31a4f10cbc6cd21999e17841d1e2f8
/
.
/
tests
/
sksl
/
errors
/
UndeclaredFunction.glsl
blob: a295ee850bf66ba8e1e6aa1f78b5de2cb2eba214 [
file
]
### Compilation failed:
error
:
1
:
unknown identifier
'foo'
void
func
()
{
int
x
=
foo
(
1
);
}
^^^
1
error