blob: 29983d2950505649bc3073511ad8c56601c7d77c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
thread half2 tint_symbol = half2(1.0h);
int2 const v = int2(tint_symbol);
}