blob: 79c4bfd33fc3416957e45a1646ca5f675539d63b [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static int arr[2][2] = {{1, 2}, {3, 4}};
void f() {
int v[2][2] = arr;
}