blob: 0fcbfbecb4386e35e345c50c1b3257964e8636bd [file] [log] [blame]
[[group(0), binding(0)]] var<storage, read> G : array<i32>;
[[stage(compute), workgroup_size(1)]]
fn main() {
let l1 : u32 = arrayLength(&G);
}