blob: 3c5aef311703389fe1d6ba0ce6f2354fdbe21313 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
int i = 123;
thread int* const p = (&i);
int const u = ((*p) + 1);
}