blob: 8f177de67d88a61370024125cc370db3e66f361b [file] [log] [blame]
// flags: --hlsl-shader-model 62
enable f16;
fn f() {
var v = mat3x4<f16>();
}