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

7 lines
66 B
Plaintext

import cpp
from BasicBlock b
where not b.isReachable()
select b