blob: 0dd85c1656441cb04a634bd579b41e1bed2dec00 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
thread int3 tint_symbol = int3(1);
half3 const v = half3(tint_symbol);
}