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