blob: a5be6db2d5034bc80fc183bcfb57506bf250d565 [file] [log] [blame]
John Kessenichf6eae2a2016-01-22 17:47:22 -07001#version 310 es
John Kessenich593a3f72015-05-15 18:44:16 +00002void main() {
3 int i;
4 int j;
5 for (i=0; i < 10 ; i++) {
6 j = 12;
7 }
8}