summaryrefslogtreecommitdiff
path: root/tests/functional/r/regression/regression___file___global.py
blob: 192ce71531a7897eae5d9b95f76aa5350ea498dc (plain)
1
2
3
4
5
6
"""test no crash on __file__ global"""

def func():
    """override __file__"""
    global __file__  # [global-statement, redefined-builtin]
    __file__ = 'hop'