Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
resources
/
sksl
/
errors
/
UndefinedFunction.sksl
blob: d41d8861bdb888195ba678ad83192bcc6cc96da1 [
file
] [
log
] [
blame
]
int
foo
(
int
x
);
void
main
()
{
int
x
=
foo
(
1
);
}
/*%%*
function 'int foo(int x)' is not defined
*%%*/