[[block]] struct S { a : array; }; [[group(0), binding(0)]] var G : S; [[stage(compute)]] fn main() { // TODO(crbug.com/tint/806): arrayLength signature is currently wrong // let l : i32 = arrayLength(&G.a); }