mirror of
https://github.com/github/codeql.git
synced 2026-05-13 18:59:27 +02:00
7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
import cpp
|
|
|
|
from ControlFlowNode n
|
|
where not reachable(n)
|
|
select n
|
|
|