blob: c921cf414545fcbdf79c229b3bbad258e239301a [file] [log] [blame]
void f() {
float3x4 v = float3x4((0.0f).xxxx, (0.0f).xxxx, (0.0f).xxxx);
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}