blob: 7ca3b5a882c8aed74b8f0d3bec2ffdaf67fe03da [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
uint const x_1 = select(20u, 10u, true);
return;
}
fragment void tint_symbol() {
main_1();
return;
}