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