blob: 55161d8e2192829d79640170af0bea242ec75b5e [file] [log] [blame]
struct S {
int a;
float b;
};
static S v = (S)0;
[numthreads(1, 1, 1)]
void main() {
v;
return;
}