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