mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
8 lines
187 B
Python
8 lines
187 B
Python
# this test has code on module level, which works in slightly different ways than when
|
|
# inside a function
|
|
|
|
t = (SOURCE, NONSOURCE)
|
|
a, b = t
|
|
SINK(a) #$ flow="SOURCE, l:-2 -> a"
|
|
SINK_F(b)
|