blob: 65e80d4fc1638dd75d434a1204a07ba87256fdc4 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const float2 a = float2(2.003662109375f, -513.03125f);
const float2 b = a;
return;
}