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

8 lines
92 B
Plaintext

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