mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
8 lines
188 B
Python
8 lines
188 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)
|