blob: 27cb1ff27b27f9a516e6f8bb297e5a5bee38b575 [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));
}