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