blob: 57e23d32f253ac48c2950d5752a95318f6080ebb [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
int i = 123;
int const use = as_type<int>((as_type<uint>(i) + as_type<uint>(1)));
return;
}