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