blob: c357c01dba116fd66895fcbeb7ef313b9d91f374 [file]
# flags: --preview
def f():
yield x,
# output
def f():
yield (x,)