blob: c0bac8c4ef5f48944d4cc0124556d93c7ac94230 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
int func(const device int* const pointer) {
return *(pointer);
}
kernel void tint_symbol(const device int* tint_symbol_1 [[buffer(0)]]) {
int const r = func(tint_symbol_1);
return;
}