blob: 81e0279ebdda4c525279e607e1e08f5061891b95 [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));
}