blob: 4536b7af7fa4f5464ab75f0509cab21d3b0cde6b [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
int i;
};
struct tint_private_vars_struct {
S V;
};
kernel void tint_symbol() {
thread tint_private_vars_struct tint_private_vars = {};
int const i = tint_private_vars.V.i;
return;
}