blob: 6e6e8416d1d08a5038b3c2a4c961436d79f4da39 [file] [log] [blame]
[numthreads(1, 1, 1)]
void main() {
int zero[2][3] = (int[2][3])0;
int init[2][3] = {{1, 2, 3}, {4, 5, 6}};
}