aboutsummaryrefslogtreecommitdiff
path: root/resources/sksl/errors/UndefinedFunction.sksl
blob: d41d8861bdb888195ba678ad83192bcc6cc96da1 (plain)
1
2
3
4
5
6
7
int foo(int x);

void main() { int x = foo(1); }

/*%%*
function 'int foo(int x)' is not defined
*%%*/