#include using namespace metal; void main_1() { uint const x_1 = select(20u, 10u, true); return; } fragment void tint_symbol() { main_1(); return; }