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