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

4 lines
42 B

void main() {
while (false) bool b;
}