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