blob: 40eb0ee8c06e25ec92fcfe29693c506660b3fa51 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
int i;
};
struct tint_module_vars_struct {
const constant S* u;
};
kernel void tint_symbol(const constant S* u [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.u=u};
}