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