blob: 18014e1d407c8e7660a09636014cc3d18e6e0e47 [file] [log] [blame]
struct S {
int i;
};
static S V = (S)0;
[numthreads(1, 1, 1)]
void main() {
int i = V.i;
return;
}