blob: 9aa2253d4b04fef7fd9a903e6aad7787d71395a2 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
thread int tint_symbol_1 = 0;
int const i = tint_symbol_1;
int const u = as_type<int>((as_type<uint>(i) + as_type<uint>(1)));
return;
}