android13/external/skia/resources/sksl/errors/CallNonFunction.rts

9 lines
70 B
Plaintext

void func() {
float x = 3;
x();
}
/*%%*
not a function
*%%*/