blob: 09817b7a21405fc9ad2247a677a47f4d5824e2b1 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
bool const a = true;
bool v = select(bool(a & true), true, false);
return;
}