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