fn main_1() { let x_11 : mat2x2 = mat2x2(vec2(0.0, 0.0), vec2(0.0, 0.0)); return; } [[stage(fragment)]] fn main() { main_1(); }