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