blob: 48b2b5b9ba59d38125a6cdaacab05a65c4c58ffe [file] [log] [blame]
static int v[3] = (int[3])0;
[numthreads(1, 1, 1)]
void main() {
v;
return;
}