blob: 1590b32fa93d129a9d59a90f10915dfd0bb72b8d [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
thread uint4 tint_symbol = uint4(1u);
half4 const v = half4(tint_symbol);
}