blob: ec38595c085af4d52be56c58a44a06599dfc6a82 [file] [log] [blame]
struct S {
int i;
uint u;
float f;
bool b;
};
[numthreads(1, 1, 1)]
void f() {
S v[4] = (S[4])0;
}