"""Should raise SyntaxError: invalid syntax
or (Python 3.8) cannot use named assignment with True"""

(True := 1)
