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