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