blob: 167dca32f1d731218e29956a981c6bc6ca8ac1b6 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_symbol {
float4 value [[position]];
};
void select_266aff() {
float2 res = select(float2(), float2(), bool2());
}
vertex tint_symbol vertex_main() {
select_266aff();
tint_symbol const tint_symbol_1 = {.value=float4()};
return tint_symbol_1;
}
fragment void fragment_main() {
select_266aff();
return;
}
kernel void compute_main() {
select_266aff();
return;
}