blob: 848e48ccb31400727f20d7048390830cd9dbc315 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
/* 0x0000 */ int a;
};
kernel void tint_symbol(device S* tint_symbol_1 [[buffer(0)]]) {
(*(tint_symbol_1)).a = 12;
return;
}