blob: 95f2f343df0b6718398dbdcbc56de6a76448c809 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
half4x3 v = half4x3(half3(0.0h), half3(0.0h), half3(0.0h), half3(0.0h));
}