struct S { f : f32; } @group(0) @binding(0) var arr : array; @stage(compute) @workgroup_size(1) fn main() { let len = arrayLength(&(arr)); }