blob: 943148857c096fea38a47e06ec5d9a8d4791968c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
thread int tint_symbol_2 = 0;
thread int* const tint_symbol_1 = &(tint_symbol_2);
int const i = *(tint_symbol_1);
int const use = (i + 1);
return;
}