struct S { arr : array, }; @binding(0) @group(0) var s : S; @compute @workgroup_size(1) fn main() { _ = &s; }