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