blob: f17fba16e7886a414a613d2784906f218474ad00 [file] [log] [blame]
struct S {
float a[4];
};
void f() {
S v = (S)0;
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}