blob: 672f3456e2e08cfaa2a29f55f325c0045e3c99d7 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
int func(thread int* const pointer) {
return *(pointer);
}
kernel void tint_symbol() {
int F = 0;
int const r = func(&(F));
return;
}