blob: 373a61d6fe8b4b03a42741ca829141d3228db8ea [file] [log] [blame] [edit]
fn main_1() {
var m = mat3x3f();
let x_15 = m[1i];
let x_16 = x_15.y;
return;
}
@compute @workgroup_size(1i, 1i, 1i)
fn main() {
main_1();
}