blob: 555f7752466be01ce0801989b45fe293f2a32e23 [file] [log] [blame]
#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; ) {
}
}