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