blob: c00663c41e478eff7f893a649b0a2b51e6a932e9 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
/* 0x0000 */ int a;
};
kernel void tint_symbol(device S& v [[buffer(0)]]) {
int const use = (v.a + 1);
return;
}