blob: 23579065c2b0bacde11deb97c62bd362eb204e30 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
float const x_1 = select(60.0f, 50.0f, true);
return;
}
fragment void tint_symbol() {
main_1();
return;
}