Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
UndefinedFunction.rts
blob: 5de828ee9881727847fb605939c2538fda1ebdb5 [
file
] [
log
] [
blame
]
int
foo
(
int
x
);
void
func
()
{
int
x
=
foo
(
1
);
}
/*%%*
function 'int foo(int x)' is not defined
*%%*/