blob: c02a1dabd35bcf8498bdcc07ad66d7506e694cfa [file] [log] [blame]
#version 310 es
int func(inout int pointer) {
return pointer;
}
void tint_symbol() {
int F = 0;
int r = func(F);
}
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void main() {
tint_symbol();
return;
}