blob: 738dfeacc7231878c0bb69ea3023023e84e31c8c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
int i = 0;
i = 123;
int const x_10 = i;
int const x_12 = (x_10 + 1);
return;
}