blob: d656f8e787569a9811d3c0dda0ae48d282fb1ea2 [file] [log] [blame]
void f() {
int vec3f = 1;
int b = vec3f;
float3 c = (0.0f).xxx;
float3 d = (0.0f).xxx;
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}