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