#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
bool v = select(bool(true & true), true, false);
return;
}