blob: e7f1a217a5173085be574266116dc94e2cd65511 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int b = asint(1.0f);
return;
}