blob: 2a6572d2110db5dbd20bea7b104c4426e1e1c90c [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>(-(b))));
}