Files
Pyarmor-Static-Unpack-1shot/tests/tokenized/test_globals.txt
2019-10-04 11:05:52 -07:00

11 lines
160 B
Plaintext

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>