Files
codeql/cpp/ql/test/library-tests/lambdas/cfg/reachability.ql
2018-08-02 17:53:23 +01:00

8 lines
107 B
Plaintext

import cpp
from ControlFlowNode n
where not reachable(n)
select n.getLocation().getStartLine(),
n