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