Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
UndefinedFunction.glsl
blob: 71873009f3deb3ed29d623793d3e11065ef24b28 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
3
:
function
'int foo(int x)'
is
not
defined
void
func
()
{
int
x
=
foo
(
1
);
}
^^^^^^
1
error