blob: c597797a88006d669145dab949dbecf21be9642e [file] [log] [blame]
#version 310 es
precision highp float;
precision highp int;
int a = 1;
void main() {
int b = a;
}