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

8 lines
102 B
Plaintext

void func() {
if (true) ; else half x = 1;
}
/*%%*
variable 'x' must be created in a scope
*%%*/