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