mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
7 lines
137 B
Python
7 lines
137 B
Python
#Ensure there is an exceptional edge from the following cases
|
|
def f1():
|
|
try:
|
|
exec "print Hello World"
|
|
except:
|
|
e1
|