Files
Pyarmor-Static-Unpack-1shot/pycdc/tests/tokenized/test_globals.txt

11 lines
160 B
Plaintext
Raw Normal View History

def f ( ) : <EOL>
<INDENT>
print x <EOL>
x = x + 1 <EOL>
print x <EOL>
<OUTDENT>
raise 'This program can\'t be run' <EOL>
x = 1 <EOL>
f ( ) <EOL>
print x <EOL>