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