blob: ec6c1fcedf6f4fa98518593514244ee7c7c3b91a [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;
}