blob: 2b275349a6b535e1f7fda62c03020eb25fd4b56a [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() {
int b = floatBitsToInt(1.0f);
return;
}
void main() {
f();
}