#include <metal_stdlib>
using namespace metal;
void f() {
half2 v2 = half2(1.0h);
half3 v3 = half3(1.0h);
half4 v4 = half4(1.0h);
}