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