unplugged-vendor/external/skia/resources/sksl/errors/UnscopedVariableInDoWhile.sksl

4 lines
62 B
Plaintext
Raw Permalink Normal View History

void main() {
do int foo = 1, bar = foo; while (false);
}