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