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