blob: 2ad66c57bb69b7585d8c7778909b60fcd38c9249 [file] [log] [blame]
fn main_1() {
let x_1 : vec2<bool> = (vec2<i32>(30, 40) > bitcast<vec2<i32>>(vec2<u32>(20u, 10u)));
return;
}
[[stage(fragment)]]
fn main() {
main_1();
}