blob: b737fd29e7afe4f9ef9c7e153245269af78863bb [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f() {
float2x2 m = float2x2((0.0f).xx, (0.0f).xx);
const float2x2 m_1 = float2x2(m);
}