blob: 3ed779e095395b6ad067dd75b83278cae7e7a5c0 [file] [log] [blame]
#version 310 es
precision highp float;
void f() {
}
void main() {
f();
return;
}