# Starred-target edge cases — wired in the new CFG. # Starred target in a Tuple LHS. *head, tail = [1, 2, 3] # $ cfgdefines=head cfgdefines=tail