blob: cc331e734823766270338143db25a9f53b043672 [file] [log] [blame]
#version 310 es
ivec4 g() {
return ivec4(0);
}
void main() {
g();
}