blob: aae7ab4c3568f4ce2b7c7ca20c711ce38fdd1a2d [file] [log] [blame]
#version 310 es
precision highp float;
precision highp int;
int a = 1;
void f() {
int b = a;
}
void main() {
f();
return;
}