#include using namespace metal; int tint_unary_minus(const int v) { return select(-v, v, v == -2147483648); } void tint_symbol() { int b = 2; int c = as_type((as_type(b) - as_type(tint_unary_minus(b)))); }