Sign in
◑
Theme
skia
/
skia
/
bb5fbf9d5a31a4f10cbc6cd21999e17841d1e2f8
/
.
/
tests
/
sksl
/
errors
/
UndefinedFunction.asm.frag
blob: 71873009f3deb3ed29d623793d3e11065ef24b28 [
file
]
### Compilation failed:
error
:
3
:
function
'int foo(int x)'
is
not
defined
void
func
()
{
int
x
=
foo
(
1
);
}
^^^^^^
1
error