blob: 0a88e9cc3a51dabb1d7da0675ea35a0060dc4dea [file] [log] [blame] [edit]
fn main() {
let _tmp = [
("C200B40A82", 3),
("C200B40A83", 4) //~ ERROR: expected function, found `(&str, {integer})` [E0618]
("C200B40A8537", 5),
];
}