blob: 53b26da114fb91fa4e1190ff529e120f5d6b9efb [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
int i = 123;
int const u = as_type<int>((as_type<uint>(i) + as_type<uint>(1)));
return;
}