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