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