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