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