blob: 1d0e27ad68869cbb34c730385f3de00202261e98 [file] [log] [blame]
SKIP: FAILED
fn foo() {
var<function> a : i32;
var<function> b : vec4<f32>;
var<function> c : mat2x2<f32>;
a /= 2;
b *= mat4x4<f32>();
c *= 2.0;
}
Failed to generate: error: unknown statement type: tint::ast::CompoundAssignmentStatement