fn main() { let a = (1, true); let b; let c; b = a.0; c = a.1; }