blob: 1761c2eee644c23490fa066eed36c4849f78a6ce [file] [log] [blame]
#version 310 es
precision highp float;
precision highp int;
void f2() {
}
void f1() {
f2();
}
void main() {
f1();
return;
}