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