#version 310 es
precision highp float;
precision highp int;

void main() {
  uint v = 58u;
}
