mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
import cpp
|
|
|
|
from ControlFlowNode n
|
|
where not reachable(n)
|
|
select n
|
|
|