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