#include using namespace metal; void f() { int i = 0; for(; ; i = as_type((as_type(i) + as_type(1)))) { } }