blob: 46b01ec855fedf760e4e2fd8da1e913b1f771519 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f() {
float3 v = (0.0f).xxx;
}