blob: 5ceee0ad2a65739c6c6e40c6308c23c8b2bba80d [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
thread int tint_symbol_1 = 123;
int const use = (tint_symbol_1 + 1);
return;
}