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