blob: 2e2966d627bcb24f8b3b2314200fe95e2c85048c [file] [log] [blame]
[[group(0), binding(0)]] var<storage, read> G : array<i32>;
[[stage(compute), workgroup_size(1)]]
fn main() {
let p = &G;
let p2 = &(*p);
let l1 : u32 = arrayLength(p2);
}