blob: 983ba407ebb1459d3063a4e17d03118b11c8ced6 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
threadgroup int tint_symbol_2 = 0;
threadgroup int* const tint_symbol_1 = &(tint_symbol_2);
*(tint_symbol_1) = 123;
threadgroup int* const p = &(*(tint_symbol_1));
int const use = (*(p) + 1);
return;
}