blob: a00d72d328654c88ec75c6673b7520e486a58a3d [file] [log] [blame]
"""test name defined in generator expression are not available
outside the genexpr scope
"""
from __future__ import print_function
print(n) # [undefined-variable]