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