blob: 55ec37b2243b2ab7c8ed560611304d4b696882e3 [file] [log] [blame]
enable f16;
fn f() {
var m = mat3x3<f16>();
let m_1 = mat3x3(m);
}