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

9 lines
89 B
Plaintext

void func() {
float x;
x = 1.5 2.5;
}
/*%%*
expected ';', but found '2.5'
*%%*/