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