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