blob: 3c7b036c848a33c77812323bb15e2955712aad56 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static float arr[2] = {1.0f, 2.0f};
void f() {
float v[2] = arr;
}