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