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