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