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