#include using namespace metal; struct S { int i; }; void f() { for(int i = 1; false; ) { } }