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