blob: 3eaf72375a161b52f21098f6ade9708520c6ca6e [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)));
}