Files
codeql/python/ql/test/2/library-tests/ControlFlow/except/test.py
2019-02-08 14:49:04 +00:00

7 lines
137 B
Python

#Ensure there is an exceptional edge from the following cases
def f1():
try:
exec "print Hello World"
except:
e1