blob: 2530cc6fd80ca53c45f61351ea49b835627a1666 [file] [log] [blame]
var<private> v : mat2x3<f32>;
[[stage(compute), workgroup_size(1)]]
fn main() {
_ = v;
}