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