blob: e9d89bb5e255733b0155ce9515eb0930f36db1a7 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
bool const x_1 = select(false, true, true);
return;
}
fragment void tint_symbol() {
main_1();
return;
}