var<workgroup> v : mat2x3<f32>;

[[stage(compute), workgroup_size(1)]]
fn main() {
    _ = v;
}