v/vlib/v/checker/tests/mul_op_wrong_left_type_err_c.v

5 lines
46 B
V

fn main() {
a := map[string]int
a * 10
}