Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
UndeclaredFunction.rts
blob: 5b4fa372e1b7b7459ac53be54e2af8a1433fd043 [
file
] [
log
] [
blame
]
void
func
()
{
int
x
=
foo
(
1
);
}
/*%%*
unknown identifier 'foo'
*%%*/