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

7 lines
68 B
Plaintext

import cpp
from ControlFlowNode n
where not reachable(n)
select n