blob: 365a0f9d7c2b4c2c6e98c8d2d2274f77b32b6091 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void v() {
int b = 2;
int c = as_type<int>((as_type<uint>(b) - as_type<uint>(as_type<int>((~(as_type<uint>(b)) + 1u)))));
}