blob: 185bd720cb0a23c54dcecbef756a3a13c2625e38 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
int i;
};
kernel void tint_symbol() {
int i = 0;
S V = {};
int const x_14 = V.i;
i = x_14;
return;
}