blob: 1f18d8c032184e363cb17d7640487fa70307bf1e [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int4 a = int4(1073757184, -1006616064, -998242304, 987654321);
const float4 b = asfloat(a);
return;
}