"""Should raise SyntaxError: can't assign to literal
or (Python 3.8) cannot assign to literal"""

1 = a = b
