blob: 39553ae37313e8170e4609ee8e38428af1f1f3eb [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f(int _a, device int* const tint_symbol_1) {
int const b = _a;
*(tint_symbol_1) = b;
}
kernel void tint_symbol(device int* tint_symbol_2 [[buffer(0)]]) {
f(1, tint_symbol_2);
return;
}