blob: 4f4dbb052c3c26b3148c14de7c5e4b4f68f42377 [file]
var<workgroup> v : mat3x3<f32>;
fn foo() -> mat3x3<f32> {
return workgroupUniformLoad(&(v));
}