blob: 29ebb8567667b8f7c9b461b5eca3c88437a92242 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
bool2 const x_1 = (as_type<uint2>(int2(30, 40)) >= uint2(20u, 10u));
return;
}
fragment void tint_symbol() {
main_1();
return;
}