llvm/libclc/test/get_group_id.cl

__kernel void foo(int *i) {
  i[get_group_id(0)] = 1;
}