blob: 2670a93c34ed6b8c62d6f91e61c17c761382fc28 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
int i = 123;
thread int* const p = (&i);
int const u = as_type<int>((as_type<uint>((*p)) + as_type<uint>(1)));
}