@group(0) @binding(0) var G : array; @compute @workgroup_size(1) fn main() { let p = &G; let p2 = &(*p); let l1 : u32 = arrayLength(p2); }