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