blob: 02da4d271996c1a50dfcb23be1c48a5a11baee69 [file] [log] [blame]
@compute @workgroup_size(1)
fn main() {
var v : mat2x3<f32>;
_ = v;
}