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