fn main_1() {
let x_1 : vec2<bool> = (vec2<u32>(10u, 20u) < vec2<u32>(20u, 10u));
return;
}
[[stage(fragment)]]
fn main() {
main_1();