forked from Rust-related/RustPython
7 lines
70 B
Python
7 lines
70 B
Python
try:
|
|
eval("0.E")
|
|
except SyntaxError:
|
|
pass
|
|
else:
|
|
assert False
|