blob: faefd2dab3ceaa73e30fab7ed4ffdf7c83e29214 [file] [log] [blame]
#version 310 es
precision mediump float;
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void f() {
uint b = uint(-2147483648);
return;
}
void main() {
f();
}