#include using namespace metal; kernel void tint_symbol() { int i = 123; int const u = as_type((as_type(i) + as_type(1))); return; }