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