blob: d80f8d1678e3ebd51d6a63fc92cb39f1e645f5c2 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
int i = 0;
i = 123;
int const x_12 = as_type<int>((as_type<uint>(i) + as_type<uint>(1)));
}
kernel void v() {
main_1();
}