#include using namespace metal; int add_int_min_explicit() { int a = (-2147483647 - 1); int b = as_type((as_type(a) + as_type(1))); int c = -2147483647; return c; }