blob: f0ebc83c11a006b7da1df3f7eae6aa264438540e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
int i;
};
void f() {
S const tint_symbol = {.i=1};
for(int i = tint_symbol.i; ; ) {
}
}