blob: 4b1d15a481f84031edc1c738eaa54707e2f06dbf [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
thread int3 tint_symbol = int3(1);
uint3 const v = uint3(tint_symbol);
}