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