#include using namespace metal; int f() { int i = 0; while (true) { i = as_type((as_type(i) + as_type(1))); if ((i > 4)) { return i; } } return 0; }