v/vlib/v/checker/tests/mul_op_wrong_right_type_err...

5 lines
38 B
V

struct A{}
fn main() {
10 * A{}
}