blob: af3719c5431be18621e6ddf819a1080632017b2e [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const float a = 2.003662109375f;
const int b = asint(a);
return;
}