| #include <metal_stdlib> | |
| using namespace metal; | |
| kernel void f(device int* tint_symbol [[buffer(0)]]) { | |
| int const a = 1; | |
| int const a__ = a; | |
| int const b = a; | |
| int const b__ = a__; | |
| *(tint_symbol) = as_type<int>((as_type<uint>(as_type<int>((as_type<uint>(as_type<int>((as_type<uint>(a) + as_type<uint>(a__)))) + as_type<uint>(b)))) + as_type<uint>(b__))); | |
| return; | |
| } | |