blob: 1744993a28c32703295eb7fb90fa0b2b1eb24870 [file] [log] [blame]
enable f16;
fn f() {
var m = mat2x2<f16>();
let m_1 = mat2x2(m);
}