blob: 41e3ae31de7c49158ce34385dc428400d417a46c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct Inner {
/* 0x0000 */ float f;
};
struct S {
/* 0x0000 */ Inner inner;
};
kernel void tint_symbol(const constant S* tint_symbol_1 [[buffer(0)]]) {
S const x = *(tint_symbol_1);
return;
}