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