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