"""Should raise SyntaxError: f-string: invalid syntax
"""

def foo():
    return [1, 2, 3

print(foo())
