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