1 2 3 4 5
fn main() { let a: (i32, bool) = (123, 123); // { dg-error "expected" } let b; b = (456, 5f32); }