blob: 2dc4d8ab082bbcd6b72d1bb7984ea8113d83fa40 [file]
void f() {
float3 v = (0.0f).xxx;
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}