mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
Python: CG trace: Don't abuse example dir
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
def foo():
|
||||
print('foo')
|
||||
|
||||
def bar():
|
||||
print('bar')
|
||||
|
||||
foo()
|
||||
bar()
|
||||
|
||||
foo(); bar()
|
||||
Reference in New Issue
Block a user