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

4 lines
64 B
Plaintext

void main() {
for (int x=0; x<10; ++x) float s = sqrt(4);
}