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