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