mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Python: add regression tests and organise tests
This commit is contained in:
7
python/ql/test/experimental/dataflow/basic/test.py
Normal file
7
python/ql/test/experimental/dataflow/basic/test.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def obfuscated_id(x):
|
||||
y = x
|
||||
z = y
|
||||
return z
|
||||
|
||||
a = 42
|
||||
b = obfuscated_id(a)
|
||||
Reference in New Issue
Block a user