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