mirror of
https://github.com/github/codeql.git
synced 2026-03-06 15:49:08 +01:00
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
import cpp
|
|
|
|
from Expr e, Variable v
|
|
where varbind(unresolveElement(e), unresolveElement(v))
|
|
select e, v
|