summaryrefslogtreecommitdiff
path: root/test/functional/genexpr_variable_scope.py
blob: 4089439dad7c004fef6dc4e7687b582b5e6be638 (plain)
1
2
3
4
5
"""test name defined in generator expression are not available
outside the genexpr scope
"""

print n  # [undefined-variable]