def main() -> bool { (field[2], bool) v = ([1, 2], true); v.0 = [42, 43]; return v.1; }