android13/external/skia/resources/sksl/errors/UnscopedVariableInWhile.sksl

8 lines
95 B
Plaintext

void main() {
while (false) bool b;
}
/*%%*
variable 'b' must be created in a scope
*%%*/