blob: a5be6db2d5034bc80fc183bcfb57506bf250d565 [file] [log] [blame]
#version 310 es
void main() {
int i;
int j;
for (i=0; i < 10 ; i++) {
j = 12;
}
}