struct S { a : array, }; @group(0) @binding(0) var G : S; @compute @workgroup_size(1) fn main() { let l1 : u32 = arrayLength(&G.a); }