blob: 9ad2eed0267a3f7eafe9716cf02cd26fff93f38b [file] [log] [blame]
"""test no crash on __file__ global"""
def func():
"""override __file__"""
global __file__ # [global-statement, redefined-builtin]
__file__ = 'hop'
__revision__ = 'pouet'