#include using namespace metal; struct tint_symbol { float4 value [[position]]; }; void select_c31f9e() { bool res = select(bool(), bool(), bool()); } vertex tint_symbol vertex_main() { select_c31f9e(); tint_symbol const tint_symbol_1 = {.value=float4()}; return tint_symbol_1; } fragment void fragment_main() { select_c31f9e(); return; } kernel void compute_main() { select_c31f9e(); return; }